32 lines
621 B
JSON
32 lines
621 B
JSON
|
{
|
||
|
"name": "tmp-promise",
|
||
|
"version": "1.1.0",
|
||
|
"description": "The tmp package with promises support and disposers.",
|
||
|
"main": "index.js",
|
||
|
"types": "index.d.ts",
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"tmp",
|
||
|
"promise",
|
||
|
"tempfile",
|
||
|
"mkdtemp",
|
||
|
"mktemp"
|
||
|
],
|
||
|
"author": "Benjamin Gruenbaum and collaborators.",
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/benjamingr/tmp-promise.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"bluebird": "^3.5.0",
|
||
|
"tmp": "0.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/tmp": "0.0.33",
|
||
|
"mocha": "^3.1.2"
|
||
|
}
|
||
|
}
|