forked from R3dFruitRollUp/FiercePhish
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
41 lines (41 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
39
40
41
{
"name": "fiercephish",
"description": "",
"main": "FiercePhish Phishing Framework",
"authors": [
"Raikia <[email protected]>"
],
"license": "GPL-3.0",
"homepage": "https://fiercephish.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/vendor",
"test",
"tests"
],
"dependencies": {
"jquery": "1.x",
"font-awesome": "^4.7.0",
"bootstrap": "3.x",
"fastclick": "^1.0.6",
"nprogress": "^0.2.0",
"bootstrap-progressbar": "^0.9.0",
"jquery.inputmask": "^3.3.3",
"x-editable": "^1.5.1",
"select2": "select2-ng#^4.0.3",
"ckeditor": "^4.5.11",
"blockUI": "blockui#*",
"bootstrap-datepicker": "^1.6.4",
"datatables.net": "^1.10.12",
"datatables.net-bs": "^1.10.12",
"datatables.net-select-bs": "^1.2.0",
"jt.timepicker": "jquery-timepicker-jt#^1.11.8",
"bootbox.js": "bootbox#^4.4.0",
"Flot": "flot#^0.8.3",
"gentelella": "^1.3.0",
"tooltipster": "^4.1.6",
"DateJS": "^1.0.0-rc3"
}
}