{
  "name": "@kgryte/package-json",
  "version": "2.0.9",
  "description": "Creates a package.json file.",
  "author": {
    "name": "Athan Reines",
    "email": "kgryte@gmail.com"
  },
  "contributors": [
    {
      "name": "Athan Reines",
      "email": "kgryte@gmail.com"
    }
  ],
  "bin": {
    "packagejson": "./bin/cli"
  },
  "scripts": {
    "test": "mocha",
    "test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov"
  },
  "main": "./lib",
  "repository": {
    "type": "git",
    "url": "git://github.com/kgryte/package-json.git"
  },
  "keywords": [
    "utilities",
    "utils",
    "utility",
    "package.json",
    "cli"
  ],
  "bugs": {
    "url": "https://github.com/kgryte/package-json/issues"
  },
  "dependencies": {
    "@kgryte/noop": "^1.0.0",
    "is-online": "^5.0.0",
    "minimist": "^1.1.2",
    "mustache": "^2.2.1",
    "npm-name": "^1.1.1",
    "update-notifier": "^0.6.0",
    "utils-merge2": "^2.0.0",
    "validate-npm-package-name": "^2.2.2",
    "validate.io-boolean-primitive": "^1.0.0",
    "validate.io-contains": "^1.0.0",
    "validate.io-email-address": "^1.0.0",
    "validate.io-function": "^1.0.2",
    "validate.io-object": "^1.0.4",
    "validate.io-string-array": "^1.0.0",
    "validate.io-string-primitive": "^1.0.0"
  },
  "devDependencies": {
    "chai": "3.x.x",
    "codecov": "1.x.x",
    "istanbul": "^0.4.1",
    "jshint": "2.x.x",
    "jshint-stylish": "2.x.x",
    "mkdirp": "^0.5.1",
    "mocha": "2.x.x",
    "proxyquire": "^1.6.0"
  },
  "license": "MIT"
}
