-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 919 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
{
"name": "react-starter-template",
"version": "0.2.2",
"description": "A simple CLI for creating react.js apps.",
"bin": {
"react-starter": "./cli.js",
"react-starter-template": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kokororin/react-starter-template.git"
},
"keywords": [
"react",
"cli",
"webpack",
"redux"
],
"author": "kokororin",
"license": "MIT",
"bugs": {
"url": "https://github.com/kokororin/react-starter-template/issues"
},
"homepage": "https://github.com/kokororin/react-starter-template#readme",
"dependencies": {
"chalk": "^1.1.3",
"download-git-repo": "^1.0.1",
"es6-promise": "^4.1.0",
"fs-extra": "^3.0.1",
"ora": "^1.2.0",
"rimraf": "^2.6.1",
"user-home": "^2.0.0",
"yargs": "^8.0.1"
}
}