grunt-regarde
Version:
Observe a set of files for changes
37 lines (36 loc) • 833 B
JSON
{
"name": "grunt-regarde",
"version": "0.1.1",
"description": "Observe a set of files for changes",
"homepage": "https://github.com/yeoman/grunt-regarde",
"bugs": "https://github.com/yeoman/grunt-regarde/issues",
"main": "Gruntfile.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha test/test-*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/yeoman/grunt-regarde.git"
},
"keywords": [
"watch",
"files"
],
"author": "Frederick Ros",
"dependencies": {
"gaze": "~0.3.1"
},
"devDependencies": {
"grunt": "~0.4.0",
"mocha": "~1.7.4",
"mkdirp": "~0.3.1",
"rimraf": "~2.0.1",
"grunt-contrib-jshint": "~0.1.1",
"eventemitter2": "~0.4.11",
"minimatch": "~0.2.9"
},
"engines": {
"node": ">=0.8.0"
},
"license": "BSD"
}