{
  "name": "quick-temp",
  "description": "Create and remove temporary directories with minimal effort",
  "version": "0.1.6",
  "author": "Jo Liss <joliss42@gmail.com>",
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/joliss/node-quick-temp"
  },
  "dependencies": {
    "rimraf": "~2.2.6",
    "mktemp": "~0.4.0",
    "underscore.string": "~2.3.3"
  }
}
