{
  "name": "node-cidr",
  "version": "1.0.0",
  "description": "[![view on npm](http://img.shields.io/npm/v/example.svg)](https://www.npmjs.org/package/example)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "./node_modules/.bin/nyc mocha --require ts-node/register --watch-extensions ts,tsx test/**/*.{ts,tsx}",
    "build": "tsc",
    "docs": "typedoc --theme markdown --out docs --mode file --readme README.stub.md && mv docs/README.md . && rm -rf docs",
    "docts": "docts"
  },
  "keywords": [
    "calculator",
    "cidr",
    "ip",
    "ipaddress",
    "ipv6",
    "mask",
    "net",
    "netmask",
    "network",
    "subnet"
  ],
  "author": "Armin Graf",
  "license": "Apache-2.0",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.0.5",
    "nyc": "^11.6.0",
    "ts-node": "^5.0.1",
    "typedoc": "^0.11.1",
    "typedoc-plugin-external-module-name": "^1.1.1",
    "typedoc-plugin-markdown": "^1.0.14"
  },
  "nyc": {
    "include": [
      "src/**/*.ts",
      "src/**/*.tsx"
    ],
    "extension": [
      ".ts",
      ".tsx"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "sourceMap": true,
    "instrument": true
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arminhammer/node-cidr.git"
  },
  "bugs": {
    "url": "https://github.com/arminhammer/node-cidr/issues"
  },
  "homepage": "https://github.com/arminhammer/node-cidr#readme",
  "typings": "src/index.ts"
}
