-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
64 lines (64 loc) · 1.44 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "edp-build",
"description": "Package for edp build",
"version": "1.2.4",
"contributors": [
{
"name": "errorrik",
"email": "[email protected]"
},
{
"name": "firede",
"email": "[email protected]"
},
{
"name": "leeight",
"email": "[email protected]"
},
{
"name": "junmer",
"email": "[email protected]"
},
{
"name": "zengjialuo",
"email": "[email protected]"
},
{
"name": "sekiyika",
"email": "[email protected]"
}
],
"dependencies": {
"async": "~0.9.0",
"babel": "5.x",
"clean-css": "~3.3.1",
"debug": "~2.1.3",
"edp-core": "~1.0.12",
"escodegen": "~1.6.1",
"estraverse": "~3.1.0",
"html2js": "~0.2.0",
"iconv-lite": "~0.2.11",
"less": "^2.7.1",
"mkdirp": "~0.5.0",
"postcss": "^5.0.21",
"q": "^1.2.0",
"stylus": "~0.44.0",
"uglify-js": "^2.7.3",
"underscore": "~1.8.3"
},
"main": "index.js",
"repository": "git://github.com/ecomfe/edp-build",
"devDependencies": {
"babel": "5.x",
"css-spriter": "0.0.22",
"edpx-bcs": "^1.0.6",
"expect.js": "^0.3.1",
"html-minifier": "^0.7.2",
"mocha": "^3.0.2",
"sinon": "^1.17.5"
},
"scripts": {
"test": "env EDP_LOG_SILENT=1 mocha --timeout 10000",
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/jasmine-node --verbose --growl --captureExceptions test"
}
}