forked from bevry/watchr
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.82 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.82 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
{
"name": "watchr",
"version": "2.4.9",
"description": "Better file system watching for Node.js",
"homepage": "https://github.com/bevry/watchr",
"license": {
"type": "MIT"
},
"badges": {
"travis": true,
"npm": true,
"david": true,
"daviddev": true,
"gittip": "bevry",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a"
},
"keywords": [
"watching",
"watch",
"fswatcher",
"watchfile",
"fs"
],
"author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"contributors": [
"adamsanderson (https://github.com/adamsanderson)",
"balupton (https://github.com/balupton)",
"Casey Foster (https://github.com/caseywebdev)",
"FredrikNoren (https://github.com/FredrikNoren)",
"Robson Roberto Souza Peixoto <robsonpeixoto@gmail.com> (https://github.com/robsonpeixoto)"
],
"bugs": {
"url": "https://github.com/bevry/watchr/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/bevry/watchr.git"
},
"engines": {
"node": ">=0.4"
},
"dependencies": {
"bal-util": "~2.4.0",
"typechecker": "~2.0.8",
"extendr": "~2.1.0",
"eachr": "~2.0.2",
"safefs": "~3.1.0",
"taskgroup": "~3.3.1",
"ignorefs": "~1.0.0",
"extract-opts": "~2.2.0"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"joe": "~1.3.2",
"joe-reporter-console": "~1.2.1",
"projectz": "~0.3.9"
},
"directories": {
"lib": "./out/lib"
},
"bin": {
"watchr": "./bin/watchr"
},
"scripts": {
"test": "node ./out/test/watchr-test.js"
},
"main": "./out/lib/watchr.js"
}