-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathbower.json
More file actions
88 lines (88 loc) · 1.88 KB
/
bower.json
File metadata and controls
88 lines (88 loc) · 1.88 KB
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
{
"name": "Angular",
"authors": [
"chen1218chen <cc.2008.com@163.com>"
],
"description": "",
"main": "",
"license": "MIT",
"homepage": "https://github.com/chen1218chen/Angular",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.6",
"angularAMD": "^0.2.1",
"bootstrap": "^3.3.6",
"jquery": "^2.2.4",
"requirejs": "^2.2.0",
"bootstrap-table": "^1.10.1",
"react": "^15.1.0",
"font-awesome": "^4.6.3",
"jquery-ui": "^1.11.4",
"bootstrap3-dialog": "bootstrap-dialog#^1.35.1",
"domReady": "^2.0.1",
"jquery-confirm2": "craftpip/jquery-confirm#^2.5.1",
"requirejs-plugins": "^1.0.3",
"angular-ui-router": "^0.3.1"
},
"exportsOverride": {
"angular": {
"": "*.min.js"
},
"angularAMD": {
"": "*.min.js"
},
"angular-ui-router":{
"": "release/*.min.js"
},
"bootstrap": {
"js": "dist/js/*.min.js",
"css": "dist/css/*.min.css",
"fonts": "dist/fonts/*.*"
},
"bootstrap3-dialog": {
"js": "dist/js/*.min.js",
"css": "dist/css/*.min.css"
},
"bootstrap-table": {
"js": "dist/*.min.js",
"locale": "dist/locale/bootstrap-table-zh-CN.min.js",
"extensions": [
"dist/extensions/export/*.min.js",
"dist/extensions/editable/*.min.js",
"dist/extensions/angular/*.min.js"
],
"css": "dist/*.min.css"
},
"font-awesome": {
"css": "css/*.min.css",
"fonts": "fonts/*.*"
},
"jquery": {
"": "dist/jquery.min.js"
},
"react": {
"": "*.min.js"
},
"requirejs": {
"": "require.js"
},
"jquery-ui": {
"": "*.min.js"
},
"jquery-confirm2": {
"": "dist/*.*"
},
"domReady": {
"": "*.js"
},
"requirejs-plugins": {
"": "src/*.js"
}
}
}