forked from sensebox/EASIN-OpenSenseMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 807 Bytes
/
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
{
"name": "EASIN",
"version": "1.0.0",
"authors": [
"AlexIsHappy <[email protected]>"
],
"license": "MIT",
"ignore": [],
"dependencies": {
"angular": "1.4.5",
"angular-animate": "1.4.5",
"angular-aria": "1.4.5",
"angular-bootstrap": "0.13.4",
"angular-click-outside": "~2.1.0",
"angular-cookies": "~1.4.7",
"angular-leaflet": "0.7.11",
"angular-material": "~0.10.1",
"angular-materialize": "*",
"angular-resource": "1.4.5",
"angular-route": "1.4.5",
"bootstrap": "3.3.5",
"font-awesome": "4.4.0",
"jquery": "2.1.4",
"leaflet": "0.7.3",
"Leaflet.awesome-markers": "2.0.2",
"material-design-lite": "~1.0.4",
"svg-morpheus": "~0.1.8"
},
"resolutions": {
"angular": "1.4.5",
"font-awesome": "4.4.0"
}
}