-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1009 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
{
"name": "ef",
"version": "3.1.0-beta.2",
"maintainers": [
{
"name": "otakustay",
"email": "[email protected]"
}
],
"dependencies": {
"er": "3.1.x",
"esui": "3.1.x",
"underscore": "1.5.x",
"mini-event": "1.x",
"etpl": "2.x",
"moment": "2.x",
"eoo": "0.x"
},
"main": "main",
"description": "EF是ER与ESUI整合而成的高效率业务系统开发框架。",
"homepage": "https://github.com/ecomfe/ef",
"edp": {
"wwwroot": "/",
"depDir": "dep",
"srcDir": "src",
"loaderAutoConfig": "js,htm,html,tpl,vm,phtml",
"loaderUrl": "http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-0/esl.js",
"dependencies": {
"er": "3.1.x",
"esui": "3.1.x",
"underscore": "1.5.x",
"mini-event": "1.x",
"etpl": "2.x",
"moment": "2.x",
"eoo": "0.x"
}
}
}