UNPKG

grunt-simple-watch-legacy

Version:
48 lines (47 loc) 1.17 kB
{ "name": "grunt-simple-watch-legacy", "title": "simple watch will watch your files without using fs.watch or fs.watchFile", "description": "no need to change your gruntfile configurations", "version": "0.2.3", "homepage": "https://github.com/e-feit/grunt-simple-watch-legacy", "author": { "name": "Eugen Feit", "email": "eugen.feit@gmail.com", "url": "" }, "repository": { "type": "git", "url": "https://github.com/e-feit/grunt-simple-watch-legacy.git" }, "licenses": [ { "type": "MIT", "url": "https://github.com/unbalanced/grunt-simple-watch/blob/master/LICENSE-MIT" }, { "type": "GPL", "url": "https://github.com/unbalanced/grunt-simple-watch/blob/master/LICENSE-GPL" } ], "main": "grunt.js", "engines": { "node": "*" }, "scripts": { "test": "grunt simple_watch" }, "keywords": [ "grunt.js", "gruntplugin", "grunttask", "watch" ], "dependencies": [], "devDependencies": { "grunt": "~1.0.1", "grunt-contrib-jshint": "~1.1.0", "grunt-contrib-nodeunit": "~1.0.0", "grunt-contrib-watch": "~1.0.0", "lodash": "~4.17.4" } }