source: frontend/node_modules/fb-watchman/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 707 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.