wishthis/node_modules/tmp/package.json

39 lines
751 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "tmp",
"version": "0.0.33",
"description": "Temporary file and directory creator",
"author": "KARASZI István <github@spam.raszi.hu> (http://raszi.hu/)",
"keywords": [
"temporary",
"tmp",
"temp",
"tempdir",
"tempfile",
"tmpdir",
"tmpfile"
2022-02-23 16:41:13 +00:00
],
2022-04-08 10:55:35 +00:00
"license": "MIT",
"repository": "raszi/node-tmp",
"homepage": "http://github.com/raszi/node-tmp",
2022-01-21 08:28:41 +00:00
"bugs": {
"url": "http://github.com/raszi/node-tmp/issues"
},
2022-04-08 10:55:35 +00:00
"engines": {
"node": ">=0.6.0"
},
2022-01-21 08:28:41 +00:00
"dependencies": {
"os-tmpdir": "~1.0.2"
},
"devDependencies": {
"vows": "~0.7.0"
},
2022-04-08 10:55:35 +00:00
"main": "lib/tmp.js",
2022-01-21 08:28:41 +00:00
"files": [
"lib/"
],
"scripts": {
2022-04-08 10:55:35 +00:00
"test": "vows test/*-test.js",
"doc": "jsdoc -c .jsdoc.json"
}
2022-01-21 08:28:41 +00:00
}