You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
grunt-contrib-watch/package.json

43 lines
939 B

{
"name": "grunt-contrib-watch",
10 years ago
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted",
6 years ago
"version": "1.1.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
10 years ago
"repository": "gruntjs/grunt-contrib-watch",
"license": "MIT",
"engines": {
10 years ago
"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.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-internal": "^2.0.0",
9 years ago
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-jscs": "^3.0.0",
"underscore.string": "^3.2.2"
},
"keywords": [
"gruntplugin",
10 years ago
"watch",
"livereload"
],
"files": [
10 years ago
"tasks"
],
"appveyor_id": "olyu3uhcq59avm8v"
}