{
  "name": "fs-updater",
  "description": "Incrementally update a directory based on an in-memory representation.",
  "version": "1.0.4",
  "author": "Jo Liss <joliss42@gmail.com>",
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/broccolijs/node-fs-updater"
  },
  "keywords": [
    "fs"
  ],
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=6.0.0"
  },
  "dependencies": {
    "can-symlink": "^1.0.0",
    "clean-up-path": "^1.0.0",
    "heimdalljs": "^0.2.5",
    "heimdalljs-logger": "^0.1.9",
    "rimraf": "^2.6.2"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "fixturify": "^0.3.4",
    "mocha": "^5.0.1",
    "mocha-eslint": "^4.1.0"
  },
  "scripts": {
    "test": "mocha",
    "test:debug": "mocha debug"
  }
}
