-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@outstandingboy/rext",
"preferGlobal": true,
"version": "1.0.0-alpha.5",
"description": "React Express Template, Perfect react + express template, full stack boilerplate (React + Express + Webpack)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"rext": "./rext.js"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/outstanding1301/rext.git"
},
"keywords": [
"react",
"express",
"webpack",
"template",
"generator",
"rext",
"boilerplate",
"react-app",
"create-react-app",
"react express",
"babel",
"easy",
"http",
"full stack",
"web",
"server",
"frontend",
"backend",
"node",
"rex-t",
"react-express-template",
"react express template",
"react template",
"express template"
],
"author": {
"name": "outstandingboy",
"email": "[email protected]",
"url": "http://outstandingboy.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/outstanding1301/rext/issues"
},
"homepage": "https://github.com/outstanding1301/rext#readme",
"dependencies": {
"exec-npm-install": "^1.0.4",
"readline": "^1.3.0",
"request": "^2.88.0",
"unzip": "^0.1.11"
}
}