-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
44 lines (44 loc) · 952 Bytes
/
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
{
"name": "dofler",
"version": "5.0.1",
"author": "Steven McGrath <[email protected]>",
"homepage": "http://dofler.net",
"repository": {
"type": "git",
"url": "https://github.com/SteveMcGrath/DoFler"
},
"bugs": {
"url": "https://github.com/SteveMcGrath/DoFler/issues"
},
"keywords": [
"dofler",
"ettercap",
"dsniff",
"ngrep",
"tshark",
"wireshark",
"driftnet"
],
"license": "GPL-3.0",
"bin": {
"dofler": "node ./server.js"
},
"directories": {
"lib": "./lib"
},
"description": "Dashboard of Fail network monitoring and presentation application",
"dependencies": {
"async": "^2.0.0-rc.2",
"base64-img": "^1.0.3",
"config": "^1.19.0",
"express": "^4.13.4",
"httpreq": "^0.4.16",
"jade": "^1.11.0",
"md5": "^2.1.0",
"mv": "^2.1.1",
"sequelize": ">=5.3.0",
"socket.io": "^1.4.5",
"xml2js": "^0.4.16",
"mysql2": ">=1.6.5"
}
}