-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 777 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 777 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
{
"name": "create-bootstrap-react-app",
"version": "0.0.8",
"description": "Create React apps with Bootstrap",
"bin": {
"create-bootstrap-react-app": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richardzcode/create-bootstrap-react-app.git"
},
"keywords": [
"Create",
"React",
"App",
"Bootstrap"
],
"author": "Richard Zhang <richardzcode@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/richardzcode/create-bootstrap-react-app/issues"
},
"homepage": "https://github.com/richardzcode/create-bootstrap-react-app#readme",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.18.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.3",
"shelljs": "^0.8.2"
}
}