UNPKG

419 BJSONView Raw
1{
2 "name": "quick-temp",
3 "description": "Create and remove temporary directories with minimal effort",
4 "version": "0.0.2",
5 "author": "Jo Liss <joliss42@gmail.com>",
6 "main": "index.js",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/joliss/node-quick-temp"
11 },
12 "dependencies": {
13 "rimraf": "~2.2.6",
14 "mktemp": "~0.3.4",
15 "underscore.string": "~2.3.3"
16 }
17}