-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
46 lines (46 loc) · 1.01 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
{
"name": "slashroots-harvest-v2",
"description": "RADA agricultural api",
"main": "app.js",
"authors": [
"Matthew Budram <[email protected]>"
],
"license": "MIT",
"keywords": [
"api",
"agriculture"
],
"homepage": "https://github.com/slashroots/harvest-v2",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.5.8",
"bootstrap": "^3.3.7",
"crypto-js": "^3.1.6",
"moment": "^2.14.1",
"jquery": "^3.1.0",
"font-awesome": "^4.6.3",
"html5shiv": "^3.7.3",
"respond": "^1.4.2",
"redoc": "1.3.2",
"swagger-ui": "^2.2.4",
"angular-resource": "~1.5.8",
"angular-route": "~1.5.8",
"bootstrap-validator": "~0.11.5",
"datatables.net": "^1.10.12",
"datatables.net-dt": "^1.10.12",
"at-table": "1.0.7",
"ng-swagger-ui": "^0.0.4",
"angular-css": "^1.0.8"
},
"resolutions": {
"angular": "1.5.8"
}
}