blob: b9a2fdd523f6c32e2a9d442a8ea7bde55c7f9d09 [file] [log] [blame] [edit]
{
"author": {
"email": "github@spam.raszi.hu",
"name": "KARASZI Istv\u00e1n",
"url": "http://raszi.hu/"
},
"bugs": {
"url": "http://github.com/raszi/node-tmp/issues"
},
"bundleDependencies": false,
"dependencies": {
"os-tmpdir": "~1.0.2"
},
"deprecated": false,
"description": "Temporary file and directory creator",
"devDependencies": {
"vows": "~0.7.0"
},
"engines": {
"node": ">=0.6.0"
},
"files": [
"lib/"
],
"homepage": "http://github.com/raszi/node-tmp",
"keywords": [
"temporary",
"tmp",
"temp",
"tempdir",
"tempfile",
"tmpdir",
"tmpfile"
],
"license": "MIT",
"main": "lib/tmp.js",
"name": "tmp",
"repository": {
"type": "git",
"url": "git+https://github.com/raszi/node-tmp.git"
},
"scripts": {
"doc": "jsdoc -c .jsdoc.json",
"test": "vows test/*-test.js"
},
"version": "0.0.33"
}