forked from gherynos/pluschannel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (43 loc) · 934 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": "pluschannel",
"version": "1.0.3",
"dependencies": {
"jquery": "~1.12.4",
"font-awesome": "~4.1.0",
"bootstrap": "~3.3.6",
"angular": "~1.5.6",
"angular-route": "~1.5.6",
"angular-resource": "~1.5.6",
"angular-sanitize": "~1.5.6"
},
"exportsOverride": {
"jquery": {
"js": "dist/jquery.min.js"
},
"font-awesome": {
"css": "css/font-awesome.min.css",
"fonts": "fonts/*"
},
"bootstrap": {
"js": "dist/js/bootstrap.min.js",
"css": [
"dist/css/bootstrap.min.css",
"dist/css/bootstrap-theme.min.css"
],
"fonts": "dist/fonts/*"
},
"angular": {
"js": "angular.min.js"
},
"angular-route": {
"js": "angular-route.min.js"
},
"angular-resource": {
"js": "angular-resource.min.js"
},
"angular-sanitize": {
"js": "angular-sanitize.min.js"
},
"*": {}
}
}