forked from 99x/react-scaffolder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 874 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 874 Bytes
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
{
"name": "react-cli",
"version": "0.0.1",
"description": "Scaffolding tool for React",
"bin": {
"react": "./bin/initialize.js"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajikaimal/react-cli.git"
},
"keywords": [
"react",
"cli"
],
"author": "99xtechnology.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/rajikaimal/react-cli/issues"
},
"homepage": "https://github.com/rajikaimal/react-cli#readme",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"fs.extra": "^1.3.2",
"inquirer": "^1.1.2",
"install": "^0.8.1",
"npm": "^3.10.6",
"rx": "^4.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.3.1",
"eslint-config-google": "^0.6.0",
"mocha": "^3.0.2",
"rm": "^0.1.6"
}
}