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.
42 lines
850 B
42 lines
850 B
{
|
|
"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"
|
|
},
|
|
"license": "BSD",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"_id": "chownr@0.0.1",
|
|
"dependencies": {},
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.23",
|
|
"_nodeVersion": "v0.7.10-pre",
|
|
"_defaultsLoaded": true,
|
|
"dist": {
|
|
"shasum": "51d18189d9092d5f8afd623f3288bfd1c6bf1a62"
|
|
},
|
|
"_from": "../chownr"
|
|
}
|
|
|