{
  "name": "socket-anti-spam",
  "version": "2.0.0",
  "description": "This module prevents socket.emit spams by clients via ip bans",
  "main": "antispam.js",
  "scripts": {
    "test": "mocha",
    "cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*",
    "coveralls": "npm bin /istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/* && node node_modules/coveralls/bin/coveralls.js < coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/michaeldegroot/socket-anti-spam"
  },
  "keywords": [
    "socket.io",
    "antispam",
    "anti",
    "spam",
    "socket"
  ],
  "author": {
    "name": "michaeldegroot"
  },
  "license": "MIT",
  "dependencies": {
    "moment": "^2.21.0"
  },
  "devDependencies": {
    "assert": "^1.3.0",
    "assert-plus": "^1.0.0",
    "coveralls": "^2.11.4",
    "express": "^4.13.3",
    "istanbul": "^0.4.1",
    "mocha": "^3.0.2",
    "mocha-lcov-reporter": "^1.2.0",
    "node-static": "^0.7.8",
    "redis": "^2.8.0",
    "request": "^2.67.0",
    "socket.io": "^2.0.1",
    "socket.io-client": "^2.0.1"
  }
}
