-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
45 lines (45 loc) · 1.11 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
{
"name": "viajestransparentes",
"version": "0.0.0",
"authors": [
"luis <[email protected]>"
],
"description": "viajes transparentes",
"main": "app.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.20",
"Leaflet.awesome-markers": "~2.0.2",
"leaflet": "~0.7.3",
"angular-sails": "~1.0.4",
"leaflet.markerclusterer": "~0.4.0",
"less-prefixer": "*",
"angularjs-geolocation": "~0.1.1",
"jquery": "~2.1.1",
"animate.css": "~3.2.0",
"angular-leaflet-directive": "~0.7.8",
"bootstrap": "~3.2.0",
"angular-bootstrap": "~0.11.2",
"angular-animate": "~1.3.20",
"nvd3": "~1.1.15-beta",
"perfect-scrollbar": "~0.5.2",
"angular-perfect-scrollbar": "*",
"bootstrap-touch-carousel": "~0.8.0",
"angular-material": "~0.6.1",
"angular-chosen-localytics": "~1.0.6",
"angular-cookies": "~1.3.10",
"ng-file-upload": "~3.0.7"
},
"resolutions": {
"perfect-scrollbar": "~0.5.2",
"angular-animate": "1.3.x",
"angular": "~1.2.25"
}
}