forked from ecomfe/esui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 883 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
40
41
{
"name": "esui",
"version": "3.1.0-beta.3",
"maintainers": [
{
"name": "otakustay",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "erik",
"email": "[email protected]"
},
{
"name": "DDDBear"
},
{
"name": "wurongyao"
},
{
"name": "kitemao"
},
{
"name": "Shen Bin",
"email": "[email protected]"
},
{
"name": "Li Sijin"
}
],
"dependencies": {
"mini-event": "1.x",
"underscore": "1.5.x",
"moment": "2.x",
"etpl": ">=2.0.8"
},
"main": "main",
"description": "ESUI是一个轻巧灵活的高性能UI组件库。",
"homepage": "https://github.com/ecomfe/esui"
}