blob: e8e2436b0e9930d9e7caa67c7c2e2c0963893632 [file] [log] [blame]
{
"author": "KARASZI Istv\u00e1n <github@spam.raszi.hu> (http://raszi.hu/)",
"bugs": {
"url": "http://github.com/raszi/node-tmp/issues"
},
"dependencies": {
"os-tmpdir": "~1.0.2"
},
"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": "raszi/node-tmp",
"scripts": {
"doc": "jsdoc -c .jsdoc.json",
"test": "vows test/*-test.js"
},
"version": "0.0.33"
}