42 lines
903 B
JSON
42 lines
903 B
JSON
{
|
|
"name": "grunt-contrib-watch",
|
|
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted",
|
|
"version": "0.6.1",
|
|
"author": {
|
|
"name": "Grunt Team",
|
|
"url": "http://gruntjs.com/"
|
|
},
|
|
"repository": "gruntjs/grunt-contrib-watch",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"main": "tasks/watch.js",
|
|
"scripts": {
|
|
"test": "grunt test -v"
|
|
},
|
|
"dependencies": {
|
|
"async": "^1.5.0",
|
|
"gaze": "^1.0.0",
|
|
"lodash": "^3.10.1",
|
|
"tiny-lr": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-cli": "^0.1.13",
|
|
"grunt-contrib-internal": "^0.4.14",
|
|
"grunt-contrib-jshint": "^1.0.0",
|
|
"grunt-contrib-nodeunit": "^1.0.0",
|
|
"grunt-jscs": "^2.8.0",
|
|
"underscore.string": "^3.2.2"
|
|
},
|
|
"keywords": [
|
|
"gruntplugin",
|
|
"watch",
|
|
"livereload"
|
|
],
|
|
"files": [
|
|
"tasks"
|
|
]
|
|
}
|