{ "name": "init-package-json", "version": "1.0.0", "main": "init-package-json.js", "scripts": { "test": "tap test/*.js" }, "repository": { "type": "git", "url": "git://github.com/isaacs/init-package-json" }, "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" }, "license": "ISC", "description": "A node module to get your node module started", "dependencies": { "glob": "^4.0.2", "promzard": "~0.2.0", "read": "~1.0.1", "read-package-json": "1", "semver": "2.x || 3.x" }, "devDependencies": { "tap": "~0.2.5", "rimraf": "~2.0.2" }, "keywords": [ "init", "package.json", "package", "helper", "wizard", "wizerd", "prompt", "start" ], "gitHead": "e8c42e4be8877195e0ef2cd0b50d806afd2eec08", "bugs": { "url": "https://github.com/isaacs/init-package-json/issues" }, "homepage": "https://github.com/isaacs/init-package-json", "_id": "init-package-json@1.0.0", "_shasum": "8985a99ef11589695d6d3a5d03300b1eab0dd47a", "_from": "init-package-json@1.0.0", "_npmVersion": "1.4.21", "_npmUser": { "name": "isaacs", "email": "i@izs.me" }, "maintainers": [ { "name": "isaacs", "email": "i@izs.me" } ], "dist": { "shasum": "8985a99ef11589695d6d3a5d03300b1eab0dd47a", "tarball": "http://registry.npmjs.org/init-package-json/-/init-package-json-1.0.0.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.0.0.tgz" }