forked from ecomfe/edp-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 978 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
40
41
42
43
44
45
46
47
48
{
"name": "edp-build",
"description": "Package for edp build",
"version": "1.0.15-beta.1",
"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]"
}
],
"dependencies": {
"edp-core": "~1.0.12",
"edpx-bcs": "~1.0.5",
"mkdirp": "~0.5.0",
"less": "~1.7.0",
"escodegen": "~1.3.2",
"estraverse": "~1.5.0",
"uglify-js": "~2.4.12",
"clean-css": "~2.1.6",
"iconv-lite": "~0.2.11",
"html2js": "~0.0.2",
"stylus": "~0.44.0",
"async": "~0.9.0"
},
"main": "index.js",
"repository": "git://github.com/ecomfe/edp-build",
"devDependencies": {
},
"scripts": {
"test": "make -C test"
}
}