{
  "name": "@curaelabs/express-ipfilter",
  "description": "A light-weight IP address based filtering system - based of of express-ipfilter but without the vulnerabilities.",
  "version": "0.0.1",
  "author": "Sylvain Girard",
  "dependencies": {
    "ip": "^1.1.5",
    "lodash": "^4.17.11",
    "range_check": "^1.4.0"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "grunt": "^1.0.3",
    "grunt-babel": "^8.0.0",
    "grunt-check-dependencies": "^1.0.0",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-eslint": "^21.0.0",
    "grunt-mocha-istanbul": "^5.0.2",
    "grunt-mocha-test": "^0.13.3",
    "istanbul": "^0.4.0",
    "load-grunt-tasks": "^4.0.0",
    "minimatch": "^3.0.4",
    "mocha": "^5.2.0",
    "mocha-junit-reporter": "^1.18.0"
  },
  "keywords": [
    "middleware",
    "ipfilter",
    "ip filter",
    "ipban",
    "ip ban",
    "express"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sylvaingirardbe/express-ipfilter.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec"
  },
  "license": "MIT"
}
