github-pages-deploy-action/node_modules/@cnakazawa/watch/package.json

41 lines
869 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "@cnakazawa/watch",
"description": "Utilities for watching file trees.",
"scripts": {
"release:major": "bash scripts/release.sh major",
"release:minor": "bash scripts/release.sh minor",
"release:patch": "bash scripts/release.sh patch"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"keywords": [
"util",
"utility",
"fs",
"files"
2020-03-31 20:42:07 +08:00
],
"bin": {
2020-03-31 20:57:48 +08:00
"watch": "./cli.js"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"version": "1.0.3",
"homepage": "https://github.com/mikeal/watch",
2020-03-31 20:42:07 +08:00
"bugs": {
"url": "https://github.com/mikeal/watch/issues"
},
2020-03-31 20:57:48 +08:00
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/mikeal/watch.git"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
2020-03-31 20:42:07 +08:00
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=0.1.95"
},
"main": "./main",
2020-03-31 20:57:48 +08:00
"dependencies": {
"exec-sh": "^0.3.2",
"minimist": "^1.2.0"
}
2020-03-31 20:42:07 +08:00
}