{
  "name": "watch-sync",
  "version": "0.3.1",
  "description": "Watch for file changes and replicate them to a new location",
  "main": "index.js",
  "scripts": {
    "build": "babel index.es6 --out-file index.js --source-maps=external",
    "pretest": "npm run build",
    "prepublish": "npm test",
    "test": "mocha test"
  },
  "author": "Chris Pettitt <cpettitt@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "babel": "^5.8.23",
    "chokidar": "^1.0.5",
    "eazy-logger": "^2.1.2",
    "fs-extra": "^0.24.0",
    "lodash": "^3.10.1",
    "source-map-support": "^0.3.2"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "mocha": "^2.3.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cpettitt/watch-sync.git"
  }
}
