Initial commit
[yaffs-website] / node_modules / grunt-contrib-watch / package.json
1 {
2   "_args": [
3     [
4       "grunt-contrib-watch",
5       "/var/www/yaffs"
6     ]
7   ],
8   "_from": "grunt-contrib-watch@latest",
9   "_id": "grunt-contrib-watch@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/grunt-contrib-watch",
13   "_nodeVersion": "4.2.6",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/grunt-contrib-watch-1.0.0.tgz_1457820583535_0.12563787307590246"
17   },
18   "_npmUser": {
19     "email": "kyle@dontkry.com",
20     "name": "shama"
21   },
22   "_npmVersion": "2.14.12",
23   "_phantomChildren": {
24     "fs.realpath": "1.0.0",
25     "inflight": "1.0.6",
26     "inherits": "2.0.3",
27     "minimatch": "3.0.3",
28     "once": "1.4.0",
29     "path-is-absolute": "1.0.1"
30   },
31   "_requested": {
32     "name": "grunt-contrib-watch",
33     "raw": "grunt-contrib-watch",
34     "rawSpec": "",
35     "scope": null,
36     "spec": "latest",
37     "type": "tag"
38   },
39   "_requiredBy": [
40     "#DEV:/"
41   ],
42   "_resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.0.0.tgz",
43   "_shasum": "84a1a7a1d6abd26ed568413496c73133e990018f",
44   "_shrinkwrap": null,
45   "_spec": "grunt-contrib-watch",
46   "_where": "/var/www/yaffs",
47   "author": {
48     "name": "Grunt Team",
49     "url": "http://gruntjs.com/"
50   },
51   "bugs": {
52     "url": "https://github.com/gruntjs/grunt-contrib-watch/issues"
53   },
54   "contributors": [
55     {
56       "name": "Oliver Joseph Ash"
57     },
58     {
59       "name": "Kyle Robinson Young",
60       "url": "http://dontkry.com"
61     },
62     {
63       "name": "Tyler Kellen",
64       "url": "http://goingslowly.com"
65     },
66     {
67       "name": "Gong Hao"
68     },
69     {
70       "name": "Jaime Pillora"
71     },
72     {
73       "name": "Chris Danford"
74     },
75     {
76       "name": "Jason San Jose"
77     },
78     {
79       "name": "Oleg Seletsky"
80     },
81     {
82       "name": "Jamie Stackhouse"
83     },
84     {
85       "name": "Chris Talkington"
86     },
87     {
88       "name": "\"Cowboy\" Ben Alman",
89       "url": "http://benalman.com"
90     },
91     {
92       "name": "Iskren Chernev"
93     },
94     {
95       "name": "Joey Baker"
96     },
97     {
98       "name": "John K. Paul"
99     },
100     {
101       "name": "Jurie-Jan Botha"
102     },
103     {
104       "name": "Michał Gołębiowski"
105     },
106     {
107       "name": "Willie V"
108     },
109     {
110       "name": "cfddream"
111     },
112     {
113       "name": "Chris Wren"
114     },
115     {
116       "name": "Daniel Steigerwald"
117     },
118     {
119       "name": "Rich Trott"
120     }
121   ],
122   "dependencies": {
123     "async": "^1.5.0",
124     "gaze": "^1.0.0",
125     "lodash": "^3.10.1",
126     "tiny-lr": "^0.2.1"
127   },
128   "description": "Run predefined tasks whenever watched file patterns are added, changed or deleted",
129   "devDependencies": {
130     "grunt": "^0.4.5",
131     "grunt-cli": "^0.1.13",
132     "grunt-contrib-internal": "^0.4.14",
133     "grunt-contrib-jshint": "^1.0.0",
134     "grunt-contrib-nodeunit": "^1.0.0",
135     "grunt-jscs": "^2.8.0",
136     "underscore.string": "^3.2.2"
137   },
138   "directories": {},
139   "dist": {
140     "shasum": "84a1a7a1d6abd26ed568413496c73133e990018f",
141     "tarball": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.0.0.tgz"
142   },
143   "engines": {
144     "node": ">=0.10.0"
145   },
146   "files": [
147     "tasks"
148   ],
149   "gitHead": "d3d8c01b25e0c759d76b236313cf49963983cb77",
150   "homepage": "https://github.com/gruntjs/grunt-contrib-watch",
151   "keywords": [
152     "gruntplugin",
153     "livereload",
154     "watch"
155   ],
156   "license": "MIT",
157   "main": "tasks/watch.js",
158   "maintainers": [
159     {
160       "name": "tkellen",
161       "email": "tyler@sleekcode.net"
162     },
163     {
164       "name": "cowboy",
165       "email": "cowboy@rj3.net"
166     },
167     {
168       "name": "shama",
169       "email": "kyle@dontkry.com"
170     },
171     {
172       "name": "vladikoff",
173       "email": "vlad@vladikoff.com"
174     },
175     {
176       "name": "sindresorhus",
177       "email": "sindresorhus@gmail.com"
178     },
179     {
180       "name": "jmeas",
181       "email": "jellyes2@gmail.com"
182     }
183   ],
184   "name": "grunt-contrib-watch",
185   "optionalDependencies": {},
186   "readme": "ERROR: No README data found!",
187   "repository": {
188     "type": "git",
189     "url": "git+https://github.com/gruntjs/grunt-contrib-watch.git"
190   },
191   "scripts": {
192     "test": "grunt test -v"
193   },
194   "version": "1.0.0"
195 }