-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathpackage.json
50 lines (50 loc) · 1.11 KB
/
package.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
{
"name": "Brosec",
"version": "1.5.0",
"description": "Brosec - Pentest fu for bros",
"main": "bros",
"repository": {
"type": "git",
"url": "git://github.com/gabemarshall/Brosec.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"bros": "./bros"
},
"dependencies": {
"basic-auth": "^1.0.4",
"blessed": "*",
"body-parser": "*",
"buffer-reader": "^0.1.0",
"cli-color": "*",
"cli-table": "*",
"dirty": "*",
"ecstatic": "*",
"ejs": "^2.3.1",
"express": "*",
"ftpd": "0.2.14",
"fuzzy": "^0.1.3",
"iconv-lite": "^0.4.8",
"inquire": "^0.4.8",
"inquirer": "^6.2.0",
"inquirer-autocomplete-prompt": "^1.0.1",
"js-htmlencode": "*",
"lodash": "^4.17.11",
"marked": "^0.6.2",
"marked-terminal": "^3.2.0",
"method-override": "*",
"morgan": "*",
"mstring": "*",
"multer": "^1.2.0",
"node-pty": "^0.9.0",
"promise": "^8.0.2",
"prompt": "^1.1.0",
"ssh2": "^0.5.2",
"sync-exec": "~0.6.x",
"yargs": "*"
},
"author": "Gabe Marshall",
"license": "ISC"
}