package.json
2.9 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"_from": "grunt-contrib-watch@^0.5.3",
"_id": "grunt-contrib-watch@0.5.3",
"_inBundle": false,
"_integrity": "sha1-fZ61Rl1Qb6FPqspH5uh5CoLBye4=",
"_location": "/grunt-contrib-watch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "grunt-contrib-watch@^0.5.3",
"name": "grunt-contrib-watch",
"escapedName": "grunt-contrib-watch",
"rawSpec": "^0.5.3",
"saveSpec": null,
"fetchSpec": "^0.5.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.5.3.tgz",
"_shasum": "7d9eb5465d506fa14faaca47e6e8790a82c1c9ee",
"_spec": "grunt-contrib-watch@^0.5.3",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-contrib-watch/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Kyle Robinson Young",
"url": "http://dontkry.com"
},
{
"name": "\"Cowboy\" Ben Alman",
"url": "http://benalman.com"
},
{
"name": "Tyler Kellen",
"url": "http://goingslowly.com"
},
{
"name": "Gong Hao"
},
{
"name": "Jaime Pillora"
},
{
"name": "Chris Danford"
},
{
"name": "Jason San Jose"
},
{
"name": "Oleg Seletsky"
},
{
"name": "Jamie Stackhouse"
},
{
"name": "Chris Talkington"
},
{
"name": "Oliver Joseph Ash"
},
{
"name": "Iskren Chernev"
},
{
"name": "Joey Baker"
},
{
"name": "John K. Paul"
},
{
"name": "Jurie-Jan Botha"
},
{
"name": "Michał Gołębiowski"
},
{
"name": "Willie V"
},
{
"name": "cfddream"
},
{
"name": "Chris Wren"
},
{
"name": "Daniel Steigerwald"
},
{
"name": "Rich Trott"
}
],
"dependencies": {
"gaze": "~0.4.0",
"tiny-lr": "0.0.4"
},
"deprecated": false,
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-internal": "~0.4.6",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-nodeunit": "~0.1.2"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/gruntjs/grunt-contrib-watch",
"keywords": [
"gruntplugin",
"watch"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-watch/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"name": "grunt-contrib-watch",
"peerDependencies": {
"grunt": "~0.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-contrib-watch.git"
},
"scripts": {
"test": "grunt nodeunit -v"
},
"version": "0.5.3"
}