-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 857 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
38
39
{
"name": "boarder",
"version": "0.4.2",
"description": "Quickly create webpack-based projects",
"preferGlobal": true,
"main": "index.js",
"bin": {
"boarder": "bin/boarder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaodahong/boarder.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"bugs": {
"url": "https://github.com/shaodahong/boarder/issues"
},
"homepage": "https://github.com/shaodahong/boarder#readme",
"keywords": [
"webpack",
"cli"
],
"author": "shaodahong",
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"chalk": "^2.3.0",
"inquirer": "^4.0.1",
"ora": "^1.3.0",
"shelljs": "^0.7.8",
"standard-version": "^4.4.0",
"yargs": "^10.0.3"
}
}