{
  "name": "inotifywait",
  "version": "1.8.3",
  "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"
  }
}
