{
  "name": "ip-anonymize",
  "version": "0.1.0",
  "description": "Anonymize IP addresses, works with IPv4 and IPv6",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": "https://github.com/nicolaschan/ip-anonymize",
  "author": "Nicolas Chan",
  "license": "MIT",
  "scripts": {
    "test": "nyc mocha && standard",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
  },
  "keywords": [
    "ip",
    "anonymous",
    "anonymize",
    "privacy",
    "ip address"
  ],
  "dependencies": {},
  "devDependencies": {
    "codecov": "^3.0.0",
    "mocha": "^5.0.5",
    "nyc": "^11.6.0",
    "standard": "^11.0.1"
  }
}
