UNPKG

1.23 kBJSONView Raw
1{
2 "name": "watchr",
3 "version": "2.4.4",
4 "description": "Better file system watching for Node.js",
5 "homepage": "https://github.com/bevry/watchr",
6 "keywords": [
7 "watching",
8 "watch",
9 "fswatcher",
10 "watchfile",
11 "fs"
12 ],
13 "author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
14 "maintainers": [
15 "Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
16 ],
17 "contributors": [
18 "Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
19 "Casey Foster (https://github.com/caseywebdev)",
20 "Robson Roberto Souza Peixoto <robsonpeixoto@gmail.com> (https://github.com/robsonpeixoto)"
21 ],
22 "bugs": {
23 "url": "https://github.com/bevry/watchr/issues"
24 },
25 "repository" : {
26 "type": "git",
27 "url": "http://github.com/bevry/watchr.git"
28 },
29 "engines" : {
30 "node": ">=0.4"
31 },
32 "dependencies": {
33 "bal-util": "~2.3.0",
34 "typechecker": "~2.0.1",
35 "extendr": "~2.1.0",
36 "eachr": "~2.0.2",
37 "safefs": "~3.0.3",
38 "taskgroup": "~3.2.3"
39 },
40 "devDependencies": {
41 "coffee-script": "~1.6.2",
42 "joe": "~1.3.0",
43 "joe-reporter-console": "~1.2.1"
44 },
45 "directories": {
46 "lib": "./out/lib"
47 },
48 "bin": {
49 "watchr": "./bin/watchr"
50 },
51 "scripts": {
52 "test": "node ./out/test/everything.test.js"
53 },
54 "main": "./out/lib/watchr.js"
55}
\No newline at end of file