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.
72 lines
1.7 KiB
72 lines
1.7 KiB
{
|
|
"name": "init-package-json",
|
|
"version": "1.3.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 || 4"
|
|
},
|
|
"devDependencies": {
|
|
"npm": "^2.1.4",
|
|
"rimraf": "^2.1.4",
|
|
"tap": "^0.4.13"
|
|
},
|
|
"keywords": [
|
|
"init",
|
|
"package.json",
|
|
"package",
|
|
"helper",
|
|
"wizard",
|
|
"wizerd",
|
|
"prompt",
|
|
"start"
|
|
],
|
|
"gitHead": "53273513f3fbaa017435ca6254d717cc27a85ddc",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/init-package-json/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/init-package-json",
|
|
"_id": "init-package-json@1.3.0",
|
|
"_shasum": "6bb76ed69dd1359581a6f1507d37d309658074d6",
|
|
"_from": "init-package-json@>=1.3.0 <1.4.0",
|
|
"_npmVersion": "2.6.1",
|
|
"_nodeVersion": "1.2.0",
|
|
"_npmUser": {
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "6bb76ed69dd1359581a6f1507d37d309658074d6",
|
|
"tarball": "http://registry.npmjs.org/init-package-json/-/init-package-json-1.3.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.3.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|