{
  "name": "anyfetch-file-watcher",
  "description": "Watch for file changes, and send them to anyFetch.",
  "version": "1.0.2",
  "author": "Matthieu Bacconnier <matthieu@anyfetch.com>",
  "scripts": {
    "test": "NODE_ENV=test mocha --recursive -R spec test/ -t 10000",
    "lint": "jshint lib/ test/"
  },
  "main": "./lib/",
  "repository": {
    "type": "git",
    "url": "https://github.com/AnyFetch/file-watcher"
  },
  "keywords": [
    "anyfetch",
    "file-watcher"
  ],
  "dependencies": {
    "anyfetch": "^2.0.0",
    "async": "0.9.x",
    "read": "^1.0.5",
    "watch": "^0.11.0"
  },
  "devDependencies": {
    "mocha": "1.x.x",
    "should": "3.3.x"
  },
  "licence": "MIT",
  "engines": {
    "node": ">=0.10"
  },
  "bin": {
    "anyfetch-file-watcher": "./bin/anyfetch-file-watcher"
  },
  "directories": {
    "test": "test"
  },
  "license": "MIT"
}
