UNPKG

grunt-este-watch

Version:

Run predefined tasks whenever watched file changes. LiveReload included.

38 lines (37 loc) 807 B
{ "name": "grunt-este-watch", "version": "0.1.18", "description": "Run predefined tasks whenever watched file changes. LiveReload included.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/steida/grunt-este-watch.git" }, "keywords": [ "Node", "Watch", "gruntplugin", "LiveReload" ], "dependencies": { "semver": "^3.0.1", "tiny-lr-fork": "0.0.5" }, "devDependencies": { "grunt": "^0.4.4", "grunt-contrib-jshint": "^0.10.0", "grunt-release": "^0.7.0" }, "author": "Daniel Steigerwald", "license": "MIT", "readmeFilename": "README.md", "scripts": { "test": "grunt test" }, "bugs": { "url": "https://github.com/steida/grunt-este-watch/issues" }, "engines": { "node": ">= 0.9.2" } }