{
  "name": "validate-ip-node",
  "version": "1.0.8",
  "description": "Validate IPv4 and IPv6 addresses.",
  "keywords": [
    "validate",
    "ip",
    "ipv4",
    "ipv6",
    "address",
    "string",
    "node"
  ],
  "license": "MIT",
  "author": "Anatoliy Gatt",
  "files": [
    "LICENSE",
    "CHANGELOG.md",
    "README.md",
    "index.js",
    "lib/"
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha --colors --sort --bail --reporter spec --check-leaks --full-trace --no-timeouts --recursive ./test/*.js",
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --colors --sort --bail --reporter spec --check-leaks --full-trace --no-timeouts --recursive ./test/*.js",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --colors --sort --bail --reporter dot --check-leaks --full-trace --no-timeouts --recursive ./test/*.js",
    "test-tap": "mocha --colors --sort --bail --reporter tap --check-leaks --full-trace --no-timeouts --recursive ./test/*.js"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.3.1",
    "istanbul": "^0.4.3",
    "mocha": "^2.4.5"
  }
}
