forked from jplusplus/rentswatch-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 1.14 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
{
"name": "rentswatch-app",
"version": "0.0.0",
"dependencies": {
"angular": "~1.5.*",
"json3": "~3.3.1",
"es5-shim": "~3.0.1",
"bootstrap": "~3.1.1",
"angular-resource": "~1.5.*",
"angular-cookies": "~1.5.*",
"angular-sanitize": "~1.5.*",
"angular-animate": "~1.5.*",
"angular-bootstrap": "~1.2.5",
"angular-translate": "~2.11.*",
"angular-translate-loader-static-files": "~2.11.*",
"angular-translate-storage-cookie": "~2.11.*",
"ui-select": "angular-ui-select#0.14.9",
"lodash": "~2.4.1",
"angular-ui-router": "~0.2.15",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.6.0",
"d3": "~3.5.12",
"angular-leaflet-directive": "~0.10.0",
"tilelayer-geojson": "https://raw.githubusercontent.com/glenrobertson/leaflet-tilelayer-geojson/master/TileLayer.GeoJSON.js",
"chroma-js": "~1.1.1",
"c3": "0.4.11-rc4",
"angular-dynamic-locale": "~0.1.30",
"angular-socialshare": "angularjs-socialshare#~0.1.20"
},
"devDependencies": {
"angular-mocks": "~1.5.*",
"angular-scenario": "~1.5.*"
},
"resolutions": {
"angular": "~1.5.*",
"d3": "~3.5.12"
}
}