-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.08 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.08 KB
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
43
44
45
46
47
48
49
50
51
{
"name": "webuild",
"version": "1.1.4",
"description": "A lightweight the front end of the build tools",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eyson/webuild.git"
},
"author": "Eyson <[email protected]> (https://github.com/eyson)",
"tags": [
"webuild"
],
"files": [
"index.js",
"bin",
"lib"
],
"bin": {
"webuild": "bin/webuild.js"
},
"main": "index.js",
"dependencies": {
"async": "^2.0.0-rc.5",
"chalk": "^1.1.3",
"co": "^4.6.0",
"commander": "^2.9.0",
"crypto": "^0.0.3",
"find": "^0.2.4",
"fs-extra": "^0.30.0",
"minimist": "^1.2.0",
"shelljs": "^0.7.3",
"uglify-js": "^2.6.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1",
"webpack-merge": "^0.14.1"
},
"engines": {
"node": ">= 4.0"
},
"bugs": {
"url": "https://github.com/eyson/webuild/issues"
},
"homepage": "https://github.com/eyson/webuild",
"directories": {
"lib": "lib"
},
"license": "ISC"
}