Sha256: 6ec685c40e496506a3e6c85f3cda972d0a61aba9bfa2c0680fd026f7e8adec71
Contents?: true
Size: 589 Bytes
Versions: 7
Compression:
Stored size: 589 Bytes
Contents
{ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", "name": "chownr", "description": "like `chown -R`", "version": "1.1.2", "repository": { "type": "git", "url": "git://github.com/isaacs/chownr.git" }, "main": "chownr.js", "files": [ "chownr.js" ], "devDependencies": { "mkdirp": "0.3", "rimraf": "", "tap": "^12.0.1" }, "scripts": { "test": "tap test/*.js --cov", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --all; git push origin --tags" }, "license": "ISC" }
Version data entries
7 entries across 7 versions & 2 rubygems