UNPKG

grunt-gm-watch

Version:

same as grunt-simple-watch but work with grunt 1.0.

35 lines (34 loc) 725 B
{ "name": "grunt-gm-watch", "version": "1.0.0", "description": "same as grunt-simple-watch but work with grunt 1.0.", "keywords": [ "grunt-watch", "gama", "module" ], "author": { "name": "Nick Hsieh" }, "private": false, "main": "grunt.js", "engines": { "node": "*" }, "scripts": { "test": "grunt gm_watch" }, "keywords": [ "grunt.js", "gruntplugin", "grunttask", "watch" ], "dependencies": [], "devDependencies": { "grunt": "~1.0.0", "grunt-contrib-jshint": "~1.0.0", "grunt-contrib-nodeunit": "~1.0.0", "grunt-contrib-watch": "~1.0.0" } }