forked from Inist-CNRS/node-inotifywait
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 839 Bytes
/
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
{
"name": "inotifywait",
"version": "1.8.2",
"description": "Yet another nodejs fs.watch/inotify implementation. Good for big directories structures and lot of files.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Stéphane Gully <stephane.gully@gmail.com>",
"license": "MIT",
"devDependencies": {
"mocha": "~3.1.2",
"chai": "~3.5.0",
"uuid": "~2.0.3",
"mkdirp": "~0.5.1",
"remove": "~0.1.5",
"touch": "1.0.0"
},
"dependencies": {
"lazy": "~1.0.11"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/kerphi/node-inotifywait.git"
},
"keywords": [
"watch",
"inotify",
"inotifywait",
"inotifywatch"
],
"bugs": {
"url": "https://github.com/kerphi/node-inotifywait/issues"
}
}