39 lines
640 B
JSON
39 lines
640 B
JSON
{
|
|
"name": "tempfile",
|
|
"version": "1.1.1",
|
|
"description": "Get a random temp file path",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/tempfile",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"tmp",
|
|
"temp",
|
|
"temporary",
|
|
"tempfile",
|
|
"file",
|
|
"path",
|
|
"random",
|
|
"rand"
|
|
],
|
|
"dependencies": {
|
|
"os-tmpdir": "^1.0.0",
|
|
"uuid": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
}
|
|
}
|