forked from nowa-webpack/nowa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 912 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
34
35
36
37
38
39
40
41
42
{
"name": "nowa",
"version": "1.1.0",
"description": "nowa webpack solution",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preuninstall": "node ./uninstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nowa-webpack/nowa.git"
},
"keywords": [
"nowa",
"webpack",
"server",
"builder"
],
"author": "gbk <ck0123456@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nowa-webpack/nowa/issues"
},
"homepage": "https://github.com/nowa-webpack/nowa#readme",
"dependencies": {
"chalk": "~1.1.3",
"commander": "~2.9.0",
"nowa-install": "^1.0.0",
"nowa-plugin": "^1.0.0",
"package-json": "~2.3.2",
"resolve": "~1.1.7",
"semver": "~5.1.0"
},
"bin": {
"nowa": "./index.js"
},
"engines": {
"node": ">=4.0.0",
"npm": "^3.0.0"
}
}