gulp-sane-watch
Version:
Gulp watch with sane
44 lines (43 loc) • 948 B
JSON
{
"name": "gulp-sane-watch",
"version": "3.0.4",
"description": "Gulp watch with sane",
"main": "index.js",
"scripts": {
"test": "eslint . && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ggkovacs/gulp-sane-watch.git"
},
"keywords": [
"gulp",
"watch",
"gulpplugin",
"sane"
],
"author": "Gergely Kovács",
"license": "MIT",
"bugs": {
"url": "https://github.com/ggkovacs/gulp-sane-watch/issues"
},
"homepage": "https://github.com/ggkovacs/gulp-sane-watch",
"dependencies": {
"ansi-colors": "^4.1.1",
"debounce": "^1.2.0",
"extend": "^3.0.2",
"find-index": "^1.1.1",
"glob": "^7.1.6",
"plugin-error": "^1.0.1",
"sane": "^4.1.0"
},
"engine": "node >= 4",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.12.1",
"eslint-config-mito": "^8.0.0",
"husky": "^2.4.1",
"mocha": "^6.1.4",
"temp": "^0.9.0"
}
}