forked from DefectDojo/django-DefectDojo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
47 lines (47 loc) · 1.16 KB
/
bower.json
File metadata and controls
47 lines (47 loc) · 1.16 KB
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
{
"name": "django-DefectDojo",
"version": "1.0",
"homepage": "https://github.com/rackerlabs/django-DefectDojo",
"authors": [
"@_GRRegg",
"@ccneill",
"@jjpaz"
],
"description": "DefectDojo is an open source defect tracker",
"keywords": [
"defect",
"tracker",
"python",
"django",
"open",
"source"
],
"license": "http://creativecommons.org/licenses/by-sa/4.0/",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"startbootstrap-sb-admin-2": "https://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git",
"fullcalendar": null,
"jquery-cookie": null,
"jquery-ui": null,
"jquery-highlight": null,
"JUMFlot": "https://github.com/jumjum123/JUMFlot.git",
"flot-axis": "https://github.com/markrcote/flot-axislabels.git",
"chosen": null,
"chosen-bootstrap": null,
"font-awesome": "4.4.0",
"bootswatch-dist": "readable",
"bootstrap-wysiwyg-steveathon": null,
"justgage": "https://github.com/toorshia/justgage.git"
},
"resolutions": {
"font-awesome": "4.4.0"
},
"timeout": 20000
}