netplaySniff – Blame information for rev 12
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | { |
2 | "name": "netplaysniff", |
||
3 | "version": "1.0.0", |
||
4 | "description": "client sniffer and publisher", |
||
5 | "main": "main.js", |
||
6 | "scripts": { |
||
7 | "test": "echo \"Error: no test specified\" && exit 1" |
||
8 | }, |
||
9 | "keywords": [ |
||
10 | "netplay", |
||
11 | "arcade", |
||
12 | "retro", |
||
13 | "sniff", |
||
14 | "cap" |
||
15 | ], |
||
16 | "author": "Wizardry and Steamworks <wizardry.steamworks@outlook.com>", |
||
17 | "license": "MIT", |
||
18 | "dependencies": { |
||
19 | "cap": "^0.2.1", |
||
6 | office | 20 | "commander": "^12.1.0", |
1 | office | 21 | "inotify-remastered": "^2.2.1", |
22 | "iptables2": "^0.2.0", |
||
23 | "mqtt": "^4.3.7", |
||
24 | "netfilter": "^0.3.3", |
||
5 | office | 25 | "sqlite3": "^5.1.7", |
1 | office | 26 | "winston": "^3.8.2", |
27 | "yamljs": "^0.3.0" |
||
28 | } |
||
29 | } |