-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 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
{
"name": "appeal-assistant",
"version": "0.0.0",
"dependencies": {
"angular": "^1.5.3",
"json3": "~3.2.4",
"es5-shim": "^3.0.1",
"angular-resource": "^1.5.3",
"angular-cookies": "^1.5.3",
"angular-sanitize": "^1.5.3",
"angular-animate": "^1.5.3",
"angular-touch": "^1.5.3",
"lodash": "^4.6.1",
"angular-validation-match": "^1.5.2",
"angular-socket-io": "^0.7.0",
"angular-breadcrumb": "^0.4.1",
"angular-aria": "^1.5.5",
"angular-messages": "^1.5.3",
"angular-datatables": "^0.5.4",
"bootstrap": "^3.3.6",
"bootstrap-sass": "bootstrap-sass-official#^3.3.6",
"angular-chosen-localytics": "^1.4.0",
"angular-spinner": "^0.8.1",
"angular-bootstrap": "^1.3.2",
"angular-clear-button": "*",
"angular-route": "^1.5.7",
"request": "^2.73.1",
"nvd3": "^1.8.4",
"angular-nvd3": "^1.0.8"
},
"devDependencies": {
"angular-mocks": "~1.0.7",
"angular-scenario": "~1.0.7"
},
"resolutions": {
"angular": "^1.5.3"
}
}