forked from djadmin/vulnerable-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 926 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
37
{
"name": "vulnerable-app",
"version": "0.0.1",
"description": "vulnerable-app",
"authors": [],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular-mocks": "^1.5.6",
"sinon": "http://sinonjs.org/releases/sinon-1.12.1.js",
"bardjs": "^0.1.4"
},
"dependencies": {
"jquery": "^2.2.4",
"angular": "^1.5.6",
"angular-sanitize": "^1.5.6",
"bootstrap": "^3.3.5",
"extras.angular.plus": "^0.9.2",
"font-awesome": "^4.3.0",
"moment": "^2.10.3",
"angular-ui-router": "^0.4.2",
"toastr": "^2.1.1",
"angular-animate": "^1.5.6"
},
"overrides": {
"bootstrap": {
"main": "dist/css/bootstrap.css",
"dist": "dist/js/bootstrap.js"
}
}
}