-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 912 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
{
"name": "quick-project-cli",
"version": "1.0.0",
"description": "a quick seed project for js or vue or react.etc.",
"main": "bin/qp-cli",
"scripts": {
"start": "npm publish ."
},
"preferGlobal": true,
"bin": {
"qp-cli": "./bin/qp-cli.js"
},
"keywords": ["quick start project","quick start", "use vue react","use less sass"],
"repository": {
"type": "git",
"url": "git+https://github.com/fishelly/quick-project-cli.git"
},
"author": "Fishelly.",
"license": "MIT",
"bugs": {
"url": "https://github.com/fishelly/quick-project-cli/issues"
},
"homepage": "https://github.com/fishelly/quick-project-cli#readme",
"dependencies": {
"commander": "^2.15.1",
"mkdirp": "^0.5.1",
"sorted-object": "^2.0.1"
},
"devDependencies": {
"mocha": "^5.1.0",
"rimraf": "^2.6.2",
"supertest": "^1.0.1"
},
"engines": {
"node": ">= 4.0"
}
}