forked from ecomfe/moye
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
46 lines (46 loc) · 821 Bytes
/
bower.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
{
"name": "moye",
"version": "2.0.1",
"homepage": "https://github.com/ecomfe/moye",
"authors": [
{
"name": "jinzhubaofu",
"email": "[email protected]"
},
{
"name": "hushicai",
"email": "[email protected]"
},
{
"name": "kekee000",
"email": "[email protected]"
},
{
"name": "plhyc1216",
"email": "[email protected]"
},
{
"name": "Virola",
"email": "[email protected]"
}
],
"description": "moye ui lib",
"main": "src/ui/main.js",
"keywords": [
"moye",
"ui"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"dep",
"test",
"tests",
"example"
],
"dependencies": {
"est": "https://github.com/ecomfe/est.git#~2.0.4"
}
}