forked from SecurityRAT/SecurityRAT
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
59 lines (59 loc) · 1.51 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
51
52
53
54
55
56
57
58
59
{
"name": "sdlctool",
"version": "0.0.0",
"appPath": "src/main/webapp",
"testPath": "src/test/javascript/spec",
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.4.4",
"angular-bootstrap": "~0.14.3",
"angular-cache-buster": "0.4.3",
"angular-cookies": "1.4.4",
"angular-local-storage": "0.2.0",
"angular-resource": "1.4.4",
"angular-route": "1.4.4",
"angular-sanitize": "1.4.4",
"angular-touch": "1.4.4",
"angular-ui-router": "0.2.15",
"angular-ui-sortable": "~0.13.4",
"angularjs-dropdown-multiselect": "~1.5.2",
"bootstrap": "3.3.5",
"jquery": "2.1.4",
"jquery-ui": "~1.11.4",
"js-yaml": "~3.4.6",
"json3": "3.3.2",
"modernizr": "2.8.3",
"ng-file-upload": "5.0.9",
"ngInfiniteScroll": "1.2.0",
"swagger-ui": "2.1.1",
"angular-marked": "*",
"file-saver.js": "~1.20150507.2",
"angular-spinner": "~0.8.0",
"jszip": "~2.5.0",
"js-xlsx": "~0.8.0",
"xregexp": "^3.0.0",
"angular-disable-all": "^0.0.2",
"angular-bootstrap-switch": "^0.4.1",
"angular-ui-indeterminate": "^1.0.0",
"angular-confirm-modal": "~1.2.3",
"highlightjs": "~9.6.0"
},
"devDependencies": {
"angular-mocks": "1.4.4",
"angular-scenario": "1.4.4"
},
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css",
"less/bootstrap.less"
]
}
},
"resolutions": {
"angular": "1.5.8",
"angular-cookies": "1.4.4",
"jquery": "2.1.4"
}
}