grunt-watch-nospawn
Version:
Run predefined tasks whenever watched file patterns are added, changed or deleted.
41 lines (40 loc) • 946 B
JSON
{
"name": "grunt-watch-nospawn",
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
"version": "0.1.0",
"homepage": "https://github.com/testdouble/grunt-watch-nospawn",
"author": {
"name": "Justin Searls",
"email": "justin@testdouble.com",
"url": "http://testdouble.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/testdouble/grunt-watch-nospawn.git"
},
"bugs": {
"url": "https://github.com/testdouble/grunt-watch-nospawn/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/testdouble/grunt-watch-nospawn/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"gaze": "1.1.3",
"tiny-lr-fork": "0.0.5"
},
"devDependencies": {
"grunt": "1.4.0"
},
"keywords": [
"gruntplugin",
"watch",
"lineman"
]
}