-
Notifications
You must be signed in to change notification settings - Fork 46
/
bower.json
43 lines (43 loc) · 854 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
{
"name": "planeui",
"version": "0.1.0",
"homepage": "https://github.com/pandao/planeui",
"authors": [
"pandao <272383090@qq.com>"
],
"description": "The Modern HTML5 Cross-Device Responsive Front-end UI Framework.",
"moduleType": [
"amd"
],
"keywords": [
"planeui",
"PlaneUI",
"UI",
"framework",
"UI Framework",
"HTML5",
"webapp",
"ui kit",
"Response design"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"prefixes.scss": "^0.2.0",
"html5shiv": "~3.7.2",
"respond": "~1.4.2",
"fontawesome": "~4.3.0",
"selectivizr": "~1.0.2",
"normalize.css": "~3.0.3",
"doctype-flexie": "~1.0.3",
"modernizr": "~2.8.3",
"qunit": "~1.18.0",
"jquery": "~2.1.4"
}
}