mirror of https://github.com/nodejs/node.git
39 lines
752 B
JSON
39 lines
752 B
JSON
|
{
|
||
|
"author": {
|
||
|
"name": "Isaac Z. Schlueter",
|
||
|
"email": "i@izs.me",
|
||
|
"url": "http://blog.izs.me/"
|
||
|
},
|
||
|
"name": "chownr",
|
||
|
"description": "like `chown -R`",
|
||
|
"version": "0.0.1",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/isaacs/chownr.git"
|
||
|
},
|
||
|
"main": "chownr.js",
|
||
|
"devDependencies": {
|
||
|
"tap": "0.2",
|
||
|
"mkdirp": "0.3",
|
||
|
"rimraf": ""
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tap test/*.js"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"name": "isaacs",
|
||
|
"email": "i@izs.me"
|
||
|
},
|
||
|
"_id": "chownr@0.0.1",
|
||
|
"dependencies": {},
|
||
|
"optionalDependencies": {},
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
},
|
||
|
"_engineSupported": true,
|
||
|
"_npmVersion": "1.1.13",
|
||
|
"_nodeVersion": "v0.7.7-pre",
|
||
|
"_defaultsLoaded": true,
|
||
|
"_from": "chownr"
|
||
|
}
|