-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.28 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "wooo",
"version": "0.0.34",
"author": "keelii <[email protected]>",
"description": "FE Build tool with easy cli.",
"license": "MIT",
"keywords": [
"build",
"tools"
],
"main": "index.js",
"bin": {
"wo": "index.js"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec && ./node_modules/.bin/codecov",
"test": "./node_modules/.bin/mocha ./test/ --timeout 10000 --reporter spec",
"changelog": "github-changes -o keelii -r wo"
},
"repository": {
"type": "git",
"url": "https://github.com/keelii/wo.git"
},
"bugs": "https://github.com/keelii/wo/issues",
"dependencies": {
"async": "^2.0.1",
"chalk": "^1.1.3",
"chokidar": "^1.6.0",
"clean-css": "^3.4.19",
"fs-extra": "^0.30.0",
"globby": "^6.0.0",
"imagemin-pngquant": "^4.2.2",
"is-glob": "^2.0.1",
"lodash": "^4.15.0",
"map-stream": "0.0.6",
"minimist": "^1.2.0",
"node-sass": "^3.8.0",
"nunjucks": "^2.4.2",
"spritesmith": "^3.1.0",
"static-http-server": "0.0.5",
"uglify-js": "^2.6.2",
"vinyl-fs": "^2.4.3",
"vinyl-ftp": "^0.5.0"
},
"devDependencies": {
"codecov": "^1.0.1",
"istanbul": "^0.4.5",
"mocha": "^3.0.2"
}
}