bower
Version:
The browser package manager
38 lines (37 loc) • 921 B
JSON
{
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"name": "chmodr",
"description": "like `chmod -R`",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/chmodr.git"
},
"main": "chmodr.js",
"devDependencies": {
"mkdirp": "0.3",
"rimraf": "",
"tap": "^1.3.2"
},
"scripts": {
"test": "tap test/*.js"
},
"license": "ISC",
"files": [
"chmodr.js"
],
"readme": "Like `chmod -R`.\n\nTakes the same arguments as `fs.chmod()`\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/isaacs/chmodr/issues"
},
"homepage": "https://github.com/isaacs/chmodr#readme",
"_id": "chmodr@1.0.2",
"_shasum": "04662b932d0f02ec66deaa2b0ea42811968e3eb9",
"_resolved": "https://registry.npmjs.org/chmodr/-/chmodr-1.0.2.tgz",
"_from": "chmodr@>=1.0.2 <2.0.0"
}