1 | {
|
2 | "name": "fb-watchman",
|
3 | "version": "2.0.2",
|
4 | "description": "Bindings for the Watchman file watching service",
|
5 | "main": "index.js",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "git@github.com:facebook/watchman.git"
|
9 | },
|
10 | "keywords": [
|
11 | "facebook",
|
12 | "watchman",
|
13 | "file",
|
14 | "watch",
|
15 | "watcher",
|
16 | "watching",
|
17 | "fs.watch",
|
18 | "fswatcher",
|
19 | "fs",
|
20 | "glob",
|
21 | "utility"
|
22 | ],
|
23 | "author": "Wez Furlong <wez@fb.com> (http://wezfurlong.org)",
|
24 | "license": "Apache-2.0",
|
25 | "bugs": {
|
26 | "url": "https://github.com/facebook/watchman/issues"
|
27 | },
|
28 | "homepage": "https://facebook.github.io/watchman/",
|
29 | "files": [
|
30 | "index.js"
|
31 | ],
|
32 | "dependencies": {
|
33 | "bser": "2.1.1"
|
34 | }
|
35 | }
|