-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
51 lines (51 loc) · 1.34 KB
/
bower.json
File metadata and controls
51 lines (51 loc) · 1.34 KB
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
46
47
48
49
50
51
{
"name": "inventory",
"description": "Map of Life Dataset Inventory",
"version": "0.0.1",
"homepage": "https://github.com/MapofLife/ng-mol",
"license": "MIT",
"devDependencies": {
"angular-google-maps": "~2.3.2",
"angular": "~1.5.5",
"angular-ui-select3": "ui-select#*",
"angular-cookies": "~1.5.5",
"angular-sanitize": "~1.5.5",
"angular-rangeslider": "~0.0.14",
"angular-bootstrap-checkbox": "~0.4.0",
"angular-loading-bar": "~0.8.0",
"angular-resource": "~1.5.5",
"angular-bootstrap": "1.0",
"angular-ui-router": "~0.2.18",
"angular-nvd3": "~1.0.5",
"bootstrap": "~3.3.6",
"jquery": "~2.2.1",
"ui-leaflet": "^1.0.1",
"angular-filter": "~0.5.8",
"ui-select": "angular-ui-select#^0.16.1",
"angular-touch": "~1.5.5",
"angular-animate": "~1.5.1",
"angular-odometer": "~0.0.10",
"odometer": "~0.4.7",
"angular-count-to": "*"
},
"authors": [
"Raphael LaFrance <[email protected]>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {
"angular": "~1.5.5",
"angular-simple-logger": "~0.1.4"
},
"dependencies": {
"angular-animate": "^1.5.7",
"Leaflet.fullscreen": "Leaflet/Leaflet.fullscreen#^1.0.1",
"angular-cookies": "^1.5.8",
"Leaflet.utfgrid": "*"
}
}