-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 990 Bytes
/
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
{
"name": "create-repack-app",
"license": "ISC",
"version": "3.3.0",
"description": "A cli to create a rails / create-react-app application",
"homepage": "https://github.com/wdjungst/create-repack-app",
"author": "DevPoint Studios",
"keywords": [
"cli",
"rails",
"react",
"create-react-app"
],
"repository": {
"type": "git",
"url": "https://github.com/wdjungst/create-repack-app"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"create-repack-app": "./index.js"
},
"dependencies": {
"chalk": "^1.1.3",
"child_process": "^1.0.2",
"clear": "^0.0.1",
"cli": "^1.0.1",
"clui": "^0.3.1",
"co": "^4.6.0",
"commander": "^2.9.0",
"figlet": "^1.2.0",
"fs-extra": "^2.0.0",
"inquirer": "^3.0.6",
"minimist": "^1.2.0",
"preferences": "^0.2.1",
"replace-in-file": "^2.5.2"
},
"devDependencies": {
"prettier": "^1.5.2"
}
}