-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 1.17 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
{
"name": "urban-data-observatory",
"version": "0.0.0",
"dependencies": {
"angular": "~1.3.4",
"angular-dropdowns": "~1.1.0",
"angular-load": "~0.3.0",
"angular-material": "https://github.com/lafosca/material.git#fix-scrolling",
"angular-spinner": "~0.6.1",
"angular-ui-router": "~0.2.13",
"angulartics-google-analytics": "~0.1.1",
"d3": "~3.5.5",
"jquery": "~2.1.4",
"moment": "~2.10.3",
"ng-file-upload": "~5.0.9",
"oauth-ng": "~0.3.8",
"pickadate": "~3.5.6",
"rangeslider.js": "~1.3.3",
"restangular": "~1.4.0",
"angular-cookies": "1.3.17",
"angular-input-stars": "1.5.5",
"angular-jwt": "^0.1.3",
"leaflet.markercluster": "^0.5.0",
"ui-leaflet": "https://github.com/OrganicityEu/ui-leaflet.git#organicity",
"leaflet.fullscreen": "^1.4.2",
"leaflet-minimap": "^3.3.1",
"angular-tooltips": "^1.1.8",
"angular-clipboard": "^1.5.0",
"angular-sanitize": "1.6.1",
"angular-socialshare": "angularjs-socialshare#^2.3.4",
"json-formatter": "^0.6.0",
"satellizer": "^0.15.5"
},
"devDependencies": {
"angular-mocks": "~1.3.4"
},
"resolutions": {
"angular": "~1.3.4"
}
}