43 lines
939 B
JSON
43 lines
939 B
JSON
{
|
|
"name": "grunt-contrib-watch",
|
|
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted",
|
|
"version": "1.1.0",
|
|
"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": "^2.6.0",
|
|
"gaze": "^1.1.0",
|
|
"lodash": "^4.17.10",
|
|
"tiny-lr": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.6.1",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-internal": "^8.0.2",
|
|
"grunt-contrib-jshint": "^3.2.0",
|
|
"grunt-contrib-nodeunit": "^5.0.0",
|
|
"grunt-jscs": "^3.0.1",
|
|
"underscore.string": "^3.2.2"
|
|
},
|
|
"keywords": [
|
|
"gruntplugin",
|
|
"watch",
|
|
"livereload"
|
|
],
|
|
"files": [
|
|
"tasks"
|
|
],
|
|
"appveyor_id": "olyu3uhcq59avm8v"
|
|
}
|