forked from santimendoza/craft
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 722 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
{
"name": "craft-cli",
"version": "0.4.0",
"description": "A command line tool for creating React apps from template.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fcaldera/craft.git"
},
"keywords": [
"CLI",
"react",
"create-react-app",
"template"
],
"author": "@fcaldera",
"license": "ISC",
"bin": {
"craft": "./index.js"
},
"bugs": {
"url": "https://github.com/fcaldera/craft/issues"
},
"homepage": "https://github.com/fcaldera/craft#readme",
"dependencies": {
"chalk": "^3.0.0",
"commander": "^4.1.0",
"cross-spawn": "^7.0.1",
"fs-extra": "^8.1.0",
"js-yaml": "^3.13.1",
"tmp": "^0.1.0"
}
}