mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
27 lines
573 B
JSON
27 lines
573 B
JSON
|
{
|
||
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||
|
"name": "chownr",
|
||
|
"description": "like `chown -R`",
|
||
|
"version": "1.1.3",
|
||
|
"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 --follow-tags"
|
||
|
},
|
||
|
"license": "ISC"
|
||
|
}
|