{
  "name": "scopedfs",
  "version": "0.1.0",
  "description": "A convenient API to build and access file system subtrees (particularly in tests); provides a version of every ‘fs’ module function, scoped to the given root or, optionally, to a new temporary directory; also adds a bunch of convenience methods",
  "main": "lib/scopedfs.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -R ${REPORTER-spec}"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/andreyvit/scopedfs.js.git"
  },
  "homepage": "https://github.com/andreyvit/scopedfs.js",
  "keywords": [
    "scoped",
    "fixture",
    "fs",
    "temp"
  ],
  "author": "Andrey Tarantsov <andrey@tarantsov.com>",
  "license": "MIT",
  "dependencies": {
    "temp": "~0.4.0",
    "rimraf": "~2.0.2",
    "mkdirp": "~0.3.4"
  },
  "devDependencies": {
    "mocha": "~1.6.0"
  }
}
