-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 805 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 805 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
{
"name": "dashboard",
"version": "0.0.1",
"authors": [
"João Vitor <jvpsousa@gmail.com>"
],
"main": "dist/index.html",
"dependencies": {
"angular": "^1.6.0",
"bootstrap": "^3.3.7",
"jquery": "^3.1.1",
"angular-ui-router": "^0.3.2",
"jasny-bootstrap": "^3.1.3",
"awesome-bootstrap-checkbox": "^0.3.7",
"angular-dpd": "*",
"angular-ui-tree": "^2.22.1",
"api-check": "^7.5.5",
"angular-formly": "^8.4.0",
"angular-formly-templates-bootstrap": "^6.3.2",
"ngToast": "ngtoast#^2.0.0",
"angular-sanitize": "^1.6.0",
"angular-bootstrap": "^2.3.1",
"angular-busy": "^4.1.3",
"angular-ui-grid": "^4.0.1",
"checklist-model": "^0.10.0"
},
"resolutions": {
"angular-sanitize": ">=1.2.15 <1.6",
"angular": "^1.5.9"
}
}