-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
48 lines (48 loc) · 1.26 KB
/
bower.json
File metadata and controls
48 lines (48 loc) · 1.26 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
{
"name": "ng-mol",
"description": "Map of Life on AngularJS",
"version": "0.0.1",
"homepage": "https://github.com/MapofLife/ng-mol",
"license": "MIT",
"dependencies": {
"Leaflet.awesome-markers": "~2.0.2",
"angular-bootstrap-checkbox": "~0.3.1",
"Leaflet.utfgrid": "danzel/Leaflet.utfgrid",
"angular-cookies": "~1.4.3",
"angular-google-maps": "~2.0.19",
"angular-leaflet-directive": "~0.8.6",
"angular-nvd3": "~0.1.1",
"angular-rangeslider": "~0.0.13",
"angular-sanitize": "~1.3.10",
"awesome-bootstrap-checkbox": "~0.3.4",
"leaflet.loading": "~0.1.16",
"ng-pageslide": "~0.1.8",
"sortable": "~0.6.0",
"ui-bootstrap": "~0.13.0",
"angular-bootstrap": "~0.13.1",
"angular-ui-router": "~0.2.15",
"jquery": "~2.1.4",
"angular-resizable": "~1.2.0"
},
"resolutions": {
"d3": "~3.4.1",
"angular": "1.4.3",
"angular-loading-bar": "~0.7.1",
"font-awesome": "~4.3.x",
"nvd3": "~v1.1.15-beta",
"lodash": "~2.4.1",
"angular-leaflet-directive": "~0.8.6",
"angular-cookies": "~1.4.3",
"ng-pageslide": "~1.0.4"
},
"authors": [
"Jeremy Malczyk <[email protected]>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}