1 | {
|
2 | "name": "grunt-contrib-watch",
|
3 | "description": "Run predefined tasks whenever watched file patterns are added, changed or deleted",
|
4 | "version": "1.1.0",
|
5 | "author": {
|
6 | "name": "Grunt Team",
|
7 | "url": "http://gruntjs.com/"
|
8 | },
|
9 | "repository": "gruntjs/grunt-contrib-watch",
|
10 | "license": "MIT",
|
11 | "engines": {
|
12 | "node": ">=0.10.0"
|
13 | },
|
14 | "main": "tasks/watch.js",
|
15 | "scripts": {
|
16 | "test": "grunt test -v"
|
17 | },
|
18 | "dependencies": {
|
19 | "async": "^2.6.0",
|
20 | "gaze": "^1.1.0",
|
21 | "lodash": "^4.17.10",
|
22 | "tiny-lr": "^1.1.1"
|
23 | },
|
24 | "devDependencies": {
|
25 | "grunt": "^1.0.2",
|
26 | "grunt-cli": "^1.2.0",
|
27 | "grunt-contrib-internal": "^2.0.0",
|
28 | "grunt-contrib-jshint": "^1.0.0",
|
29 | "grunt-contrib-nodeunit": "^1.0.0",
|
30 | "grunt-jscs": "^3.0.0",
|
31 | "underscore.string": "^3.2.2"
|
32 | },
|
33 | "keywords": [
|
34 | "gruntplugin",
|
35 | "watch",
|
36 | "livereload"
|
37 | ],
|
38 | "files": [
|
39 | "tasks"
|
40 | ],
|
41 | "appveyor_id": "olyu3uhcq59avm8v"
|
42 | }
|