{
  "name": "@rill/forwarded-from",
  "description": "Safe X-Forwarded-For header handling for Rill.",
  "version": "1.1.1",
  "author": "Dylan Piercey <pierceydylan@gmail.com>",
  "browser": "noop.js",
  "bugs": "https://github.com/rill-js/forwarded-from/issues",
  "dependencies": {
    "is-local-ip": "^1.0.1"
  },
  "devDependencies": {
    "rill": "^0.8.10",
    "snazzy": "^4.0.1",
    "standard": "^8.0.0",
    "supertest": "^2.0.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0"
  },
  "homepage": "https://github.com/rill-js/forwarded-from",
  "keywords": [
    "X-Forwarded-For",
    "forwarded-for",
    "forwarded-from",
    "ip",
    "isomorphic",
    "rill",
    "universal"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rill-js/forwarded-from"
  },
  "scripts": {
    "test": "standard --verbose | snazzy && tape ./test/**/*.test.js | tap-spec"
  }
}
