UNPKG

1.74 kBJSONView Raw
1{
2 "name": "watchr",
3 "version": "2.4.8",
4 "description": "Better file system watching for Node.js",
5 "homepage": "https://github.com/bevry/watchr",
6 "license": {
7 "type": "MIT"
8 },
9 "badges": {
10 "travis": true,
11 "npm": true,
12 "gittip": "bevry",
13 "flattr": "344188/balupton-on-Flattr",
14 "paypal": "QB8GQPZAH84N6"
15 },
16 "keywords": [
17 "watching",
18 "watch",
19 "fswatcher",
20 "watchfile",
21 "fs"
22 ],
23 "author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
24 "maintainers": [
25 "Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
26 ],
27 "contributors": [
28 "adamsanderson (https://github.com/adamsanderson)",
29 "balupton (https://github.com/balupton)",
30 "Casey Foster (https://github.com/caseywebdev)",
31 "FredrikNoren (https://github.com/FredrikNoren)",
32 "Robson Roberto Souza Peixoto <robsonpeixoto@gmail.com> (https://github.com/robsonpeixoto)"
33 ],
34 "bugs": {
35 "url": "https://github.com/bevry/watchr/issues"
36 },
37 "repository": {
38 "type": "git",
39 "url": "http://github.com/bevry/watchr.git"
40 },
41 "engines": {
42 "node": ">=0.4"
43 },
44 "dependencies": {
45 "bal-util": "~2.4.0",
46 "typechecker": "~2.0.8",
47 "extendr": "~2.1.0",
48 "eachr": "~2.0.2",
49 "safefs": "~3.1.0",
50 "taskgroup": "~3.3.1",
51 "ignorefs": "~1.0.0",
52 "extract-opts": "~2.2.0"
53 },
54 "devDependencies": {
55 "coffee-script": "~1.6.2",
56 "joe": "~1.3.2",
57 "joe-reporter-console": "~1.2.1",
58 "projectz": "~0.3.2"
59 },
60 "directories": {
61 "lib": "./out/lib"
62 },
63 "bin": {
64 "watchr": "./bin/watchr"
65 },
66 "scripts": {
67 "test": "node ./out/test/watchr-test.js"
68 },
69 "main": "./out/lib/watchr.js"
70}
\No newline at end of file