-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 986 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 986 Bytes
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
{
"name": "visualizer-web-interface",
"description": "AngularJS ",
"keywords": [
"angularjs",
"openlayers"
],
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-aria": "1.5.8",
"angular-material": "1.1.0",
"angular-messages": "1.5.8",
"angular-resource": "1.5.8",
"angular-route": "1.5.8",
"angular-loader": "1.5.8",
"angular-sanitize": "1.5.8",
"openlayers": "https://github.com/openlayers/ol3/releases/download/v3.17.1/v3.17.1-dist.zip",
"angular-ui-router": "^0.3.1",
"leaflet.markercluster": "^0.5.0",
"leaflet.weather-markers": "Leaflet.weather-markers#^3.0.0",
"weather-icons": "^2.0.10",
"leaflet": "^0.7.7",
"socket.io": "^1.4.8",
"angular-jwt": "^0.1.5",
"a0-angular-storage": "^0.0.15",
"angular-socket-io": "^0.7.0",
"socket.io-client": "^1.5.0",
"angular-notification-icons": "^0.4.4"
},
"devDependencies": {
"angular-mocks": "1.5.8"
}
}