node/deps/npm/node_modules/init-package-json/package.json

72 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "init-package-json",
"version": "1.2.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": {
2014-08-01 00:05:30 +08:00
"glob": "^4.0.2",
"promzard": "~0.2.0",
"read": "~1.0.1",
2013-07-10 04:09:02 +08:00
"read-package-json": "1",
2014-09-25 05:41:07 +08:00
"semver": "2.x || 3.x || 4"
},
"devDependencies": {
2014-11-05 07:08:12 +08:00
"npm": "^2.1.4",
"rimraf": "^2.1.4",
"tap": "^0.4.13"
},
"keywords": [
"init",
"package.json",
"package",
"helper",
"wizard",
"wizerd",
"prompt",
"start"
],
"gitHead": "6c0743199706494a190c0b47d2e2567dc86055a3",
2013-05-15 05:37:59 +08:00
"bugs": {
"url": "https://github.com/isaacs/init-package-json/issues"
2012-11-24 04:51:23 +08:00
},
2013-11-21 03:08:52 +08:00
"homepage": "https://github.com/isaacs/init-package-json",
"_id": "init-package-json@1.2.0",
"_shasum": "b9f027514403b3b3f582c148592ab75214003348",
"_from": "init-package-json@>=1.2.0 <1.3.0",
"_npmVersion": "2.3.0",
"_nodeVersion": "0.10.35",
"_npmUser": {
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
},
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
}
],
"dist": {
"shasum": "b9f027514403b3b3f582c148592ab75214003348",
"tarball": "http://registry.npmjs.org/init-package-json/-/init-package-json-1.2.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.2.0.tgz"
}