{
  "name": "npm-autoinit",
  "version": "0.2.0",
  "description": "Silence \"ENOENT package.json\" warnings for npm",
  "author": "Eugene Sharygin <eush77@gmail.com>",
  "license": "MIT",
  "preferGlobal": true,
  "scripts": {
    "test": "tape test/*.js"
  },
  "files": [
    "autoinit.js",
    "index.js",
    "init.js"
  ],
  "homepage": "https://github.com/eush77/npm-autoinit",
  "repository": "eush77/npm-autoinit",
  "bugs": {
    "url": "https://github.com/eush77/npm-autoinit/issues"
  },
  "keywords": [
    "auto",
    "boilerplate",
    "enoent",
    "epackagejson",
    "errors",
    "generate",
    "init",
    "npm",
    "package.json",
    "quiet",
    "scaffold",
    "silence",
    "stub",
    "warnings"
  ],
  "dependencies": {
    "find-root": "^0.1.1",
    "init-package-json": "^1.7.1"
  },
  "devDependencies": {
    "falafel": "^1.2.0",
    "rewire": "^2.3.4",
    "tape": "^4.0.3"
  }
}
