forked from juice-shop/juice-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 939 Bytes
/
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
{
"name": "juice-shop",
"description": "An intentionally insecure Javascript Web Application",
"version": "2.14.0",
"private": true,
"dependencies": {
"angular": "~1.5",
"angular-route": "~1.5",
"angular-loader": "~1.5",
"angular-cookies": "~1.5",
"angular-touch": "~1.5",
"angular-animate": "~1.5",
"angular-bootstrap": "~2.1",
"ng-file-upload": "~12.2",
"bootstrap": "~3.3",
"bootswatch": "~3.3",
"jquery": "~2.1",
"underscore": "~1.8",
"string": "~3.3",
"moment": "~2.13",
"github-fork-ribbon-css": "~0.1",
"fontawesome": "~4.6",
"angular-translate": "^2.12.1",
"angular-translate-loader-static-files": "^2.12.1",
"flag-icon-css": "^2.5.0",
"angular-socket-io": "^0.7.0",
"ngclipboard": "^1.1.1"
},
"devDependencies": {
"angular-mocks": "~1.5",
"angular-socket.io-mock": "~1.1"
},
"resolutions": {
"angular": "~1.5"
}
}