-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 916 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 916 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
35
36
37
38
{
"name": "inventory",
"description": "Map of Life Dataset Inventory",
"version": "0.0.1",
"homepage": "https://github.com/MapofLife/indicators",
"license": "MIT",
"devDependencies": {
"angular": "~1.5.5",
"angular-cookies": "~1.5.5",
"angular-sanitize": "~1.5.5",
"angular-loading-bar": "~0.8.0",
"angular-resource": "~1.5.5",
"angular-bootstrap": "1.0",
"angular-ui-router": "~0.2.18",
"bootstrap": "~3.3.6",
"angular-filter": "~0.5.8",
"angular-animate": "~1.5.1",
"ui-router-extras": "^0.1.2"
},
"authors": [
"Jeremy Malczyk <jmalczyk@@gmail.com>",
"Ajay Ranipeta <ajay.ranipeta@gmail.com>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {
"angular": "~1.5.5"
},
"dependencies": {
"angular-google-chart": "^0.1.0",
"angular-google-maps": "^2.3.4"
}
}