aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tmp/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tmp/package.json')
-rw-r--r--node_modules/tmp/package.json13
1 files changed, 5 insertions, 8 deletions
diff --git a/node_modules/tmp/package.json b/node_modules/tmp/package.json
index eeb31274b..71f58092d 100644
--- a/node_modules/tmp/package.json
+++ b/node_modules/tmp/package.json
@@ -1,18 +1,13 @@
{
"name": "tmp",
- "version": "0.0.24",
+ "version": "0.0.30",
"description": "Temporary file and directory creator",
"author": "KARASZI István <github@spam.raszi.hu> (http://raszi.hu/)",
"homepage": "http://github.com/raszi/node-tmp",
"keywords": [ "temporary", "tmp", "temp", "tempdir", "tempfile", "tmpdir", "tmpfile" ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://opensource.org/licenses/MIT"
- }
- ],
+ "license": "MIT",
"repository": {
"type": "git",
@@ -33,7 +28,9 @@
"node": ">=0.4.0"
},
- "dependencies": {},
+ "dependencies": {
+ "os-tmpdir": "~1.0.1"
+ },
"devDependencies": {
"vows": "~0.7.0"