fst – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
2 "name": "fst",
3 "version": "1.0.0",
4 "description": "Firewall Synchronization Tool",
5 "main": "sync-server.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "fail2ban",
11 "sync"
12 ],
13 "author": "Wizardry and Steamworks <office@grimore.org>",
14 "license": "MIT",
15 "dependencies": {
16 "connect-ensure-login": "^0.1.1",
17 "cookie-parser": "^1.4.4",
18 "ejs": "^2.6.1",
19 "express": "^4.16.4",
20 "express-session": "^1.16.1",
21 "geoip-lite": "^1.3.5",
22 "marked": "^0.6.2",
23 "moment": "^2.24.0",
24 "mosca": "^2.8.3",
25 "mqtt": "^2.18.8",
26 "passport": "^0.4.0",
27 "passport-local": "^1.0.0",
28 "shelljs": "^0.8.3",
29 "whois": "^2.10.0",
30 "winston": "^3.1.0",
31 "yamljs": "^0.3.0"
32 }
33 }