-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "fcfe101",
"version": "0.0.1",
"description": "edp project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"edp": {
"wwwroot": "/",
"depDir": "dep",
"srcDir": "src",
"loaderAutoConfig": "js,htm,html,tpl,vm,phtml",
"loaderUrl": "dep/esl/2.0.6/esl.js",
"dependencies": {
"emc": "~1.0.0",
"eoo": "~0.1.4",
"er": "~3.1.0-rc.2",
"esui": "~3.1.0-beta.4",
"etpl": "~3.0.1",
"fc-component-ria": "~0.0.1-alpha.7",
"fc-core": "~0.0.1-alpha.7",
"fc-icon": "~0.0.6",
"fc-view": "~0.0.1-alpha.18",
"fcui": "~0.0.2-beta.1",
"mini-event": "~1.0.2",
"moment": "~2.7.0",
"promise": "~1.0.2",
"underscore": "~1.8.5",
"fc-storage": "~0.0.1-alpha.6",
"jquery": "~1.9.1",
"fc-ajax": "~0.0.1-alpha.8"
}
},
"dependencies": {},
"author": "[email protected]",
"repository": "empty",
"license": "BSD",
"readme": "README"
}