fst – Rev 1

Subversion Repositories:
Rev:
{
  "name": "fst",
  "version": "1.0.0",
  "description": "Firewall Synchronization Tool",
  "main": "sync-server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "fail2ban",
    "sync"
  ],
  "author": "Wizardry and Steamworks <office@grimore.org>",
  "license": "MIT",
  "dependencies": {
    "connect-ensure-login": "^0.1.1",
    "cookie-parser": "^1.4.4",
    "ejs": "^2.6.1",
    "express": "^4.16.4",
    "express-session": "^1.16.1",
    "geoip-lite": "^1.3.5",
    "marked": "^0.6.2",
    "moment": "^2.24.0",
    "mosca": "^2.8.3",
    "mqtt": "^2.18.8",
    "passport": "^0.4.0",
    "passport-local": "^1.0.0",
    "shelljs": "^0.8.3",
    "whois": "^2.10.0",
    "winston": "^3.1.0",
    "yamljs": "^0.3.0"
  }
}