forked from ecomfe/ub-ria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 975 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
{
"name": "ub-ria",
"version": "2.0.0-beta.5",
"maintainers": [
{
"name": "otakustay",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "DDDBear"
},
{
"name": "wangyaqiong"
}
],
"main": "main",
"description": "联盟前端产品RIA基础库",
"homepage": "https://github.com/ecomfe/ub-ria",
"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": {
"er": ">=3.1.x",
"esui": ">=3.1.x",
"ef": ">=3.1.x",
"underscore": "1.5.x",
"mini-event": "1.x",
"etpl": "2.x",
"moment": "2.x",
"uioc": "0.2.x",
"eoo": "~0.1.1"
}
}
}