UNPKG

grunt-simple-watch

Version:

no need to change your gruntfile configurations

50 lines (49 loc) 1.22 kB
{ "name": "grunt-simple-watch", "title": "simple watch will watch your files without using fs.watch or fs.watchFile", "description": "no need to change your gruntfile configurations", "version": "0.1.3", "homepage": "https://github.com/unbalanced/grunt-simple-watch", "author": { "name": "Amir Souchami", "email": "amir.souchami@gmail.com", "url": "" }, "repository": { "type": "git", "url": "git://github.com/unbalanced/grunt-simple-watch.git" }, "bugs": { "url": "https://github.com/unbalanced/grunt-simple-watch/issues" }, "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": "~0.4.0", "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-watch": "~0.3.1" } }