{
  "name": "mirror-folder",
  "version": "3.1.0",
  "description": "Small module to mirror a folder to another folder. Supports live mode as well.",
  "main": "index.js",
  "dependencies": {
    "fd-read-stream": "^1.1.0",
    "recursive-watch": "^1.1.1"
  },
  "devDependencies": {
    "hyperdrive": "beta",
    "random-access-memory": "^2.3.0",
    "standard": "^9.0.2",
    "tape": "^4.6.3",
    "temporary-directory": "^1.0.2"
  },
  "scripts": {
    "test": "standard && tape test/**.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/mirror-folder.git"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/mirror-folder/issues"
  },
  "homepage": "https://github.com/mafintosh/mirror-folder"
}
