forked from bevry/watchr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.13 KB
/
package.json
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
{
"name": "watchr",
"version": "2.4.13",
"description": "Better file system watching for Node.js",
"homepage": "https://github.com/bevry/watchr",
"license": {
"type": "MIT"
},
"badges": {
"travis": true,
"npm": true,
"npmdownloads": true,
"david": true,
"daviddev": true,
"gratipay": "bevry",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"keywords": [
"watching",
"watch",
"fswatcher",
"watchfile",
"fs"
],
"author": "2012+ Bevry Pty Ltd <[email protected]> (http://bevry.me), 2011 Benjamin Lupton <[email protected]> (http://balupton.com)",
"maintainers": [
"Benjamin Lupton <[email protected]> (http://balupton.com)"
],
"contributors": [
"AaronO (https://github.com/AaronO)",
"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 <[email protected]> (https://github.com/robsonpeixoto)",
"Stuk (https://github.com/Stuk)",
"thebyrd (https://github.com/thebyrd)"
],
"bugs": {
"url": "https://github.com/bevry/watchr/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/bevry/watchr.git"
},
"engines": {
"node": ">=0.4"
},
"dependencies": {
"scandirectory": "^2.5.0",
"typechecker": "^2.0.8",
"extendr": "^2.1.0",
"eachr": "^2.0.2",
"safefs": "^3.1.2",
"taskgroup": "^4.2.0",
"ignorefs": "^1.0.0",
"extract-opts": "^2.2.0"
},
"devDependencies": {
"bal-util": "^2.5.0",
"coffee-script": "^1.9.0",
"joe": "^1.6.0",
"joe-reporter-console": "^1.2.1",
"projectz": "^0.3.17",
"rimraf": "^2.2.8"
},
"directories": {
"lib": "./out/lib"
},
"bin": {
"watchr": "./bin/watchr"
},
"scripts": {
"test": "node ./out/test/watchr-test.js"
},
"main": "./out/lib/watchr.js",
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
}
}