blob: c5415537ab9751e94e07baec25e6143164b881c9 [file] [log] [blame]
{
"author": "KARASZI Istv\u00e1n <github@spam.raszi.hu> (http://raszi.hu/)",
"bugs": {
"url": "http://github.com/raszi/node-tmp/issues"
},
"dependencies": {
"rimraf": "^2.6.3"
},
"description": "Temporary file and directory creator",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-mocha": "^5.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.1.1"
},
"engines": {
"node": ">=6"
},
"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": {
"clean": "rm -Rf ./coverage",
"doc": "jsdoc -c .jsdoc.json",
"lint": "eslint lib --env mocha test",
"test": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -u exports -R test/*-test.js && istanbul report --root ./coverage/json html && istanbul report text-summary"
},
"version": "0.1.0"
}