-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 904 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
{
"name": "react-component-maker",
"version": "1.5.0",
"description": "build react-component kit",
"main": "./lib/index.js",
"preferGlobal": "true",
"bin": {
"mkreact": "./bin/mkreact.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"push": "git add . && git commit -m 'page update' && git push -u origin master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunbrother/react-component-maker.git"
},
"keywords": [
"react",
"node",
"npm",
"javascript"
],
"author": "sunOpar",
"license": "ISC",
"bugs": {
"url": "https://github.com/sunbrother/react-component-maker/issues"
},
"homepage": "https://github.com/sunbrother/react-component-maker#readme",
"dependencies": {
"commander": "^2.9.0"
}
}