-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 888 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
34
35
36
37
38
39
40
{
"name": "undp-ghg-v2",
"description": "UNDP Greenhouse Gases Database v2",
"main": "",
"authors": [
"Matthew Budram <[email protected]>"
],
"license": "MIT",
"keywords": [
"Greenhouse"
],
"homepage": "https://github.com/slashroots/undp-ghg-v2",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"angular-route": "^1.6.5",
"angular-resource": "^1.6.5",
"angular": "^1.6.5",
"html5shiv": "^3.7.3",
"jquery": "^3.2.1",
"angular-ui-grid": "^4.0.6",
"pdfmake": "^0.1.33",
"CSV-JS": "csv-js#^1.1.1",
"angular-material": "^1.1.5",
"fuse": "^3.2.0",
"ng-file-upload": "^12.2.13",
"angular-ui-tree": "^2.22.6",
"angular-cookies": "^1.6.8"
},
"resolutions": {
"angular": "^1.6.5"
}
}