{
  "name": "tree-sync",
  "version": "1.2.2",
  "description": "",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "mocha tests",
    "test:debug": "mocha debug tests"
  },
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/stefanpenner/tree-sync/"
  },
  "author": "Stefan Penner",
  "license": "ISC",
  "dependencies": {
    "fs-tree-diff": "^0.5.6",
    "debug": "^2.2.0",
    "mkdirp": "^0.5.1",
    "quick-temp": "^0.1.5",
    "walk-sync": "^0.2.7"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "glob": "^7.0.0",
    "mocha": "^2.3.4",
    "mocha-eslint": "^1.0.0"
  }
}
