-
Notifications
You must be signed in to change notification settings - Fork 356
/
package.json
42 lines (42 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-internal": "^2.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-jscs": "^3.0.0",
"underscore.string": "^3.2.2"
},
"keywords": [
"gruntplugin",
"watch",
"livereload"
],
"files": [
"tasks"
],
"appveyor_id": "olyu3uhcq59avm8v"
}