-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
49 lines (49 loc) · 1.15 KB
/
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
47
48
49
{
"name": "angular-map-printer",
"version": "0.1.0",
"dependencies": {
"angular": "1.4.x",
"json3": "^3.3.0",
"es5-shim": "^4.0.0",
"angular-animate": "1.4.x",
"angular-aria": "1.4.x",
"angular-cookies": "1.4.x",
"angular-messages": "^1.4.x",
"angular-resource": "1.4.x",
"angular-route": "1.4.x",
"angular-sanitize": "1.4.x",
"angular-touch": "1.4.x",
"angular-leaflet-directive": "0.10.x",
"bootswatch-dist": "3.3.6-slate",
"font-awesome": "latest",
"angular-fontselect": "^0.12.4",
"angular-bootstrap-colorpicker": "^3.0.23",
"cartodb.js": "3.15.9",
"fabric": "1.6.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"angular-mocks": "1.4.x",
"angular-scenario": "1.4.x"
},
"overrides":{
"bootswatch-dist":{
"main":[
"js/bootstrap.js",
"css/bootstrap.css"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css",
"fonts/*"
]
},
"angular-leaflet-directive":{
"dependencies": {
"angular": "1.x"
}
}
},
"appPath": "app"
}