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.
50 lines
1.2 KiB
50 lines
1.2 KiB
{
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"name": "chmodr",
|
|
"description": "like `chmod -R`",
|
|
"version": "0.1.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/chmodr.git"
|
|
},
|
|
"main": "chmodr.js",
|
|
"devDependencies": {
|
|
"tap": "0.2",
|
|
"mkdirp": "0.3",
|
|
"rimraf": ""
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"license": "ISC",
|
|
"gitHead": "2f301476bc6fc93e47d2ba2e3ab0409f0d0c15ba",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/chmodr/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/chmodr#readme",
|
|
"_id": "chmodr@0.1.1",
|
|
"_shasum": "115c8f9ec62be3ef019085782c9448e471560261",
|
|
"_from": "chmodr@0.1.1",
|
|
"_npmVersion": "2.10.0",
|
|
"_nodeVersion": "2.0.1",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "isaacs@npmjs.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "115c8f9ec62be3ef019085782c9448e471560261",
|
|
"tarball": "http://registry.npmjs.org/chmodr/-/chmodr-0.1.1.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/chmodr/-/chmodr-0.1.1.tgz"
|
|
}
|
|
|