{
  "name": "chokidar",
  "description": "A neat wrapper around node.js fs.watch / fs.watchFile.",
  "version": "0.3.0",
  "keywords": ["fs", "watch", "watchFile", "watcher", "file"],
  "homepage": "https://github.com/paulmillr/chokidar",
  "author": "Paul Miller (http://paulmillr.com)",
  "repository": {
    "type": "git",
    "url": "https://github.com/paulmillr/chokidar.git"
  },
  "bugs": {
    "url": "http://github.com/paulmillr/chokidar/issues"
  },
  "licenses": [{
    "type": "MIT",
    "url": "http://github.com/paulmillr/chokidar/raw/master/README.md"
  }],
  "main": "./lib/index",
  "engines": {
    "node": "~0.6.10 || 0.7 || 0.8"
  },
  "scripts": {
    "prepublish": "coffee -o lib/ src/",
    "postinstall": "node setup.js postinstall",
    "test": "node setup.js test"
  },
  "dependencies": {},
  "devDependencies": {
    "mocha": "1.0.1",
    "expect.js": "0.1.2"
  }
}
