forked from reapp/reapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "reapp",
"version": "0.8.28",
"description": "a server, build system, and helpers for react apps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/reapp/reapp.git"
},
"author": "Nate Wienert",
"license": "MIT",
"bugs": {
"url": "https://github.com/reapp/reapp/issues"
},
"homepage": "https://github.com/reapp/reapp",
"dependencies": {
"colors": "~1.0.3",
"commander": "^2.6.0",
"es6-promise": "^2.0.1",
"mkdirp": "^0.5.0",
"ncp": "~1.0.1",
"reapp-object-assign": "^1.0.0",
"reapp-pack": "^1.3.19",
"reapp-server": "^1.0.1",
"replace": "~0.3.0",
"rimraf": "~2.2.8"
},
"bin": {
"reapp": "./bin/reapp",
"reapp-new": "./bin/reapp-new",
"reapp-build": "./bin/reapp-build",
"reapp-run": "./bin/reapp-run",
"reapp-debug": "./bin/reapp-debug",
"reapp-config": "./bin/reapp-config"
}
}