-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
executable file
·50 lines (50 loc) · 1.28 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "rgi-assessment-tool",
"version": "0.0.0",
"homepage": "https://github.com/NRGI/rgi-assessment-tool",
"authors": [
"Chris Perry <[email protected]>"
],
"description": "Assessment tool for the yearly Resource Governance Index",
"license": "MIT",
"private": true,
"dependencies": {
"angucomplete": "*",
"angular": "1.3.2",
"angular-bootstrap": "~0.14.3",
"angular-file-upload": "~1.1.5",
"angular-filter": "0.5.14",
"angular-loading-bar": "^0.9.0",
"angular-resource": "~1.3.2",
"angular-route": "~1.3.2",
"angular-sanitize": "1.6.0",
"angular-tablesort": "~1.1.2",
"angular-ui-mask": "~1.8.3",
"angular-underscore": "~0.5.0",
"bootstrap": "~3.3.1",
"cryptojslib": "^3.1.2",
"font-awesome": "4.4.0",
"iso-3166-country-codes-angular": "~1.1.1",
"jquery": "~2.1.1",
"jquery-ui": "~1.11.4",
"ng-csv": "~0.3.1",
"ng-form-group": "~1.3.3",
"ng-sortable": "~1.3.6",
"ngDialog": "~0.3.7",
"ngInfiniteScroll": "1.2.0",
"ta-maxlength": "*",
"textAngular": "~1.4.6",
"toastr": "~2.1.0",
"underscore": "~1.8.3"
},
"moduleType": [
"node"
],
"devDependencies": {
"angular-mocks": "1.3.2",
"lodash": "~3.9.0"
},
"resolutions": {
"angular": "1.3.2"
}
}