forked from kissyteam/kissy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
66 lines (66 loc) · 1.75 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "kissy",
"homepage": "http://kissyui.com",
"authors": [
"yiminghe <yiminghe@gmail.com>"
],
"description": "A Powerful Javascript Framework",
"main": "build/seed.js",
"keywords": [
"javascript",
"framework",
"library"
],
"license": "MIT",
"dependencies": {
"gregorian-calendar": "1.0.4",
"gregorian-calendar-format": "1.0.2",
"logger-manager": "1.0.2",
"modulex": "1.7.4",
"modulex-cookie": "1.0.2",
"modulex-anim": "1.0.2",
"modulex-attribute": "1.0.3",
"modulex-base": "1.0.1",
"modulex-button": "1.0.1",
"modulex-color": "1.0.2",
"modulex-combobox": "1.0.1",
"modulex-component": "1.0.3",
"modulex-css": "1.0.1",
"modulex-date-picker": "1.0.2",
"modulex-dd": "1.0.1",
"modulex-dom": "1.0.2",
"modulex-editor": "1.0.1",
"modulex-event-custom": "1.0.1",
"modulex-event-dom": "1.0.1",
"modulex-feature": "1.0.3",
"modulex-filter-menu": "1.0.1",
"modulex-html-parser": "1.0.2",
"modulex-io": "1.0.1",
"modulex-json": "1.0.4",
"modulex-menu": "1.0.1",
"modulex-menubutton": "1.0.2",
"modulex-navigation-view": "1.0.1",
"modulex-node": "1.0.2",
"modulex-overlay": "1.0.1",
"modulex-path": "1.0.3",
"modulex-promise": "1.1.2",
"modulex-querystring": "1.0.4",
"modulex-resizable": "1.0.1",
"modulex-router": "1.0.1",
"modulex-scroll-view": "1.0.1",
"modulex-separator": "1.0.3",
"modulex-split-button": "1.0.1",
"modulex-stylesheet": "1.0.1",
"modulex-swf": "1.0.1",
"modulex-tabs": "1.0.1",
"modulex-toolbar": "1.0.1",
"modulex-tree": "1.0.1",
"modulex-ua": "1.0.3",
"modulex-url": "1.0.4",
"modulex-util": "1.1.3"
},
"ignore": [
"**/*",
"!build/**/*"
]
}