-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
111 lines (111 loc) · 2.36 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "Moye",
"version": "2.0.13",
"description": "知心UI组件库",
"devDependencies": {
"etpl": "^2.1.0-rc",
"highlight.js": "^8.1.0",
"marked": "^0.3.2",
"requirejs": "~2.1.9"
},
"main": "src/ui/main.js",
"controls": [
{
"name": "Button"
},
{
"name": "Calendar"
},
{
"name": "City"
},
{
"name": "Mask"
},
{
"name": "Dialog"
},
{
"name": "Pager"
},
{
"name": "Popup"
},
{
"name": "Rating"
},
{
"name": "Slider"
},
{
"name": "Select"
},
{
"name": "Tabs"
},
{
"name": "TextBox"
},
{
"name": "Tip"
},
{
"name": "Lazyload"
}
],
"directories": {
"doc": "doc",
"example": "example"
},
"scripts": {
"doc": "grunt jsdoc",
"init": "npm install && bower install",
"test": "edp test start",
"sample": "edp webserver start"
},
"repository": "git://github.com/ecomfe/Moye.git",
"bugs": "https://github.com/ecomfe/Moye/issues",
"keywords": [
"javascript",
"UI"
],
"maintainers": [
{
"name": "chris",
"email": "wfsr@foxmail.com"
}
],
"contributors": [
{
"name": "hushicai",
"email": "bluthcy@gmail.com"
},
{
"name": "jinzhubaofu",
"email": "jinzhubaofu@gmail.com"
},
{
"name": "kekee000",
"email": "kekee000@gmail.com"
},
{
"name": "plhyc1216",
"email": "plhyc11081216@gmail.com"
},
{
"name": "Virola",
"email": "virola@foxmail.com"
}
],
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "dd5a15426b0aad6fc2dfe264b3a8d130e582c024",
"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": {}
}
}