forked from maurovalenciac/ba_obras
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathbower.json
42 lines (42 loc) · 911 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
{
"name": "obras-mduyt",
"version": "0.0.0",
"dependencies": {
"jquery": "^2.0.2",
"moment": "2.15.2",
"angular": "1.6.1",
"bootstrap": "^3.2.0",
"angular-route": "1.6.1",
"angular-sanitize": "1.6.1",
"BAstrap": "https://github.com/gcba/BAstrap.git#aee93cf71a4bbc6c731eed606f6cf620703f2579",
"lodash": "^4.16.3",
"d3": "3",
"pym.js": "^1.1.1",
"angular-slugify": "^1.0.1",
"angular-leaflet-directive": "^0.10.0",
"angular-flexslider": "^1.3.2"
},
"appPath": "app",
"moduleName": "obrasMduytApp",
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
},
"ng-youtube-embed": {
"main": [
"build/ng-youtube-embed.min.js"
]
},
"BAstrap": {
"main": [
"bastrap.css"
]
}
},
"resolutions": {
"angular": "1.6.1"
}
}