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.
 
 
 
 
 
 

28 lines
621 B

{
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"name": "chmodr",
"description": "like `chmod -R`",
"version": "0.1.0",
"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": "BSD",
"readme": "Like `chmod -R`.\n\nTakes the same arguments as `fs.chmod()`\n",
"readmeFilename": "README.md",
"_id": "chmodr@0.1.0",
"_from": "chmodr@latest"
}