{
  "name": "cloudflare-ip",
  "version": "0.0.7",
  "description": "Check if an IP address is one of Cloudflare's",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/danneu/cloudflare-ip"
  },
  "keywords": [
    "cloudflare",
    "ip address"
  ],
  "scripts": {
    "update-list": "node ./update-list.js",
    "test": "NODE_ENV=test mocha --reporter spec"
  },
  "dependencies": {
    "ip-address": "^5.8.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.5.3",
    "node-fetch": "^1.6.3"
  },
  "homepage": "https://github.com/danneu/cloudflare-ip",
  "author": "Dan Neumann <danrodneu@gmail.com> (https://github.com/danneu)",
  "license": "MIT"
}
