-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 885 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 885 Bytes
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
{
"name": "RefreshHiloAngularJS",
"version": "0.0.0",
"authors": [
"Michael Stokesbary <mike@stokesbary.me>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"exportsOverride": {
"jquery": { },
"bootstrap": {
"styles": "dist/css/bootstrap.css",
"fonts": "dist/fonts/*.*"
},
"angular": {
"Scripts": "angular.js"
},
"angular-route": {
"Scripts": "angular-route.js"
},
"angular-animate": {
"Scripts": "angular-animate.js"
},
"angular-messages": {
"Scripts": "angular-messages.js"
},
"angular-bootstrap": {
"Scripts": [ "ui-bootstrap.min.js", "ui-bootstrap.js" ]
}
}
}