-
Notifications
You must be signed in to change notification settings - Fork 171
/
Copy pathpackage.json
53 lines (53 loc) · 1.8 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": "edp",
"description": "Enterprise Develop Platform",
"version": "1.1.2",
"contributors": [
{ "name": "errorrik", "email": "[email protected]" },
{ "name": "otakustay", "email" : "[email protected]" },
{ "name": "leeight", "email" : "[email protected]" },
{ "name": "firede", "email" : "[email protected]" },
{ "name": "treelite", "email" : "[email protected]" },
{ "name": "ostream", "email" : "[email protected]" },
{ "name": "virola", "email" : "[email protected]" },
{ "name": "Leo Wang", "email" : "[email protected]" },
{ "name": "fanxueliang", "email" : "[email protected]" },
{ "name": "chris", "email" : "[email protected]" },
{ "name": "Ielgnaw", "email": "[email protected]" }
],
"preferGlobal": true,
"scripts": {
"test": "make -C test"
},
"dependencies": {
"edp-core": "~1.0.12",
"edp-config": "~1.0.2",
"msee": "~0.1.2",
"sprintf": "~0.1.3"
},
"devDependencies": {
"jasmine-node": "^1.14.5"
},
"repository": "git://github.com/ecomfe/edp",
"bin": {
"edp": "./bin/edp-cli"
},
"license": "MIT",
"edp": {
"extensions": {
"edp-core": [ "install", "outdated" ],
"edp-config": [ "config" ],
"edp-web": [ "web" ],
"edp-build": [ "build" ],
"edp-package": [ "import", "search", "update" ],
"edp-project": [ ],
"edp-webserver": [ ],
"edp-watch": [ ],
"edp-lint": [ "htmlhint", "csslint", "jshint", "lesslint" ],
"edp-beautify": [ "beautify" ],
"edp-doctor": [ "doctor" ],
"edp-minify": [ "minify" ],
"edp-test": [ "test" ]
}
}
}