mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.5 KiB
65 lines
1.5 KiB
{
|
|
"name": "init-package-json",
|
|
"version": "0.0.17",
|
|
"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": {
|
|
"promzard": "~0.2.0",
|
|
"read": "~1.0.1",
|
|
"read-package-json": "1",
|
|
"semver": "2.x",
|
|
"glob": "~3.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "~0.2.5",
|
|
"rimraf": "~2.0.2"
|
|
},
|
|
"keywords": [
|
|
"init",
|
|
"package.json",
|
|
"package",
|
|
"helper",
|
|
"wizard",
|
|
"wizerd",
|
|
"prompt",
|
|
"start"
|
|
],
|
|
"gitHead": "cbc53fbedd4246d62ec99ea3a61a113a07d21629",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/init-package-json/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/init-package-json",
|
|
"_id": "init-package-json@0.0.17",
|
|
"_shasum": "395f2cb8d1c5af93ba6ec19dafa64717047f90c3",
|
|
"_from": "init-package-json@latest",
|
|
"_npmVersion": "1.4.10",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "395f2cb8d1c5af93ba6ec19dafa64717047f90c3",
|
|
"tarball": "http://registry.npmjs.org/init-package-json/-/init-package-json-0.0.17.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-0.0.17.tgz"
|
|
}
|
|
|