-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 898 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 898 Bytes
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
{
"name": "fsmonitor",
"version": "0.2.4",
"description": "Fine-grained cross-platform file system monitoring for Node.js",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"bin": {
"fsmonitor": "bin/fsmonitor.js"
},
"dependencies": {
"debug": "~0.7.0",
"pathspec": "~0.9.2"
},
"devDependencies": {
"iced-coffee-script": "~1.7.1-f",
"mocha": "~1.6.0",
"scopedfs": "~0.1.0"
},
"scripts": {
"pretest": "./node_modules/.bin/iced -I inline -c lib/*.iced lib/watchers/*.iced test/*.iced",
"test": "./node_modules/mocha/bin/mocha -R ${REPORTER-spec}"
},
"repository": {
"type": "git",
"url": "https://github.com/andreyvit/fsmonitor.js.git"
},
"keywords": [
"fs",
"file",
"watch",
"watcher",
"monitor",
"change"
],
"author": "Andrey Tarantsov <andrey@tarantsov.com>",
"license": "MIT"
}