{
  "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": {
    "name": "Andrey Tarantsov",
    "email": "andrey@tarantsov.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andreyvit/fsmonitor.js/issues"
  },
  "_id": "fsmonitor@0.2.4",
  "dist": {
    "shasum": "cfcc5bc9f95eef05eb619690240871a7bc7ee826",
    "tarball": "http://registry.npmjs.org/fsmonitor/-/fsmonitor-0.2.4.tgz"
  },
  "_from": "fsmonitor@*",
  "_npmVersion": "1.3.11",
  "_npmUser": {
    "name": "nitoyon",
    "email": "nitoyon@gmail.com"
  },
  "maintainers": [
    {
      "name": "andreyvit",
      "email": "andrey@tarantsov.com"
    },
    {
      "name": "nitoyon",
      "email": "nitoyon@gmail.com"
    }
  ],
  "_shasum": "cfcc5bc9f95eef05eb619690240871a7bc7ee826",
  "_resolved": "https://registry.npmjs.org/fsmonitor/-/fsmonitor-0.2.4.tgz"
}
