-
Notifications
You must be signed in to change notification settings - Fork 170
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "er",
"version": "3.1.2",
"contributors": [
{
"name": "otakustay",
"email": "[email protected]"
},
{
"name": "erik",
"email": "[email protected]"
},
{
"name": "strwind",
"email": "[email protected]"
},
{
"name": "killeryyl",
"email": "[email protected]"
}
],
"dependencies": {},
"main": "main",
"description": "ER是一个富浏览器端web应用的框架,适用于并能很方便地构建一个整站式的AJAX web应用。",
"homepage": "https://github.com/ecomfe/er",
"repository": "git://github.com/ecomfe/er",
"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-2/esl.js",
"dependencies": {
"mini-event": "1.x",
"etpl": "latest",
"eoo": "0.x",
"underscore": "1.x"
},
"layout": "v2"
}
}