-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·58 lines (58 loc) · 1.52 KB
/
bower.json
File metadata and controls
executable file
·58 lines (58 loc) · 1.52 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
52
53
54
55
56
57
58
{
"name": "resource-projects-frontend",
"version": "0.0.1",
"homepage": "https://github.com/NRGI/resource-projects-frontend",
"authors": [
"Chris Perry <byndcivilization@gmail.com>"
],
"description": "Fronted for the resourceprojcects.org frontend",
"license": "MIT",
"private": true,
"dependencies": {
"jquery": "~2.1.1",
"angular": "1.6.2",
"angular-filter": "~0.5.8",
"angular-google-analytics": "^1.1.7",
"angular-mocks": "1.6.2",
"angular-plotly": "~0.1.2",
"angular-resource": "~1.3.2",
"angular-route": "~1.5.9",
"angular-sanitize": "1.4.10",
"angular-spinner": "^0.8.1",
"angular-tablesort": "~1.1.2",
"angular-tether": "^0.2.3",
"bootstrap": "~4.0.0",
"iso-3166-country-codes-angular": "~1.1.1",
"ng-csv": "~0.3.1",
"ngDialog": "~0.3.7",
"plotlyjs": "plotly#^1.4.1",
"restangular": "^1.5.1",
"toastr": "~2.1.0",
"typeahead.js": "~0.11.1",
"textAngular": "~1.5.1",
"underscore": "^1.8.3",
"angular-underscore": "^0.5.0",
"bootstrap-select": "^1.10.0",
"tether": "~1.3.4"
},
"moduleType": [
"node"
],
"resolutions": {
"angular": "1.6.2",
"tether": "1.3.4",
"lodash": "~3.9.0"
},
"devDependencies": {
"esri-leaflet": "~1.0.1",
"angular-leaflet-directive": "angular-leaflet#~0.10.0",
"angular-mocks": "1.6.2",
"angular-spinner": "^0.8.1",
"lodash": "~3.9.0",
"d3": "^3.5.17",
"nvd3": "1.8.1",
"angular-nvd3": "1.0.9",
"tether": "1.3.4",
"topojson": "^1.6.26"
}
}