UNPKG

797 BJSONView Raw
1{
2 "name": "tmp",
3 "version": "0.0.21",
4 "description": "Temporary file and directory creator",
5 "author": "KARASZI István <github@spam.raszi.hu> (http://raszi.hu/)",
6
7 "homepage": "http://github.com/raszi/node-tmp",
8 "keywords": [ "temporary", "tmp", "temp", "tempdir", "tempfile", "tmpdir", "tmpfile" ],
9
10 "licenses": [
11 {
12 "type": "MIT",
13 "url": "http://opensource.org/licenses/MIT"
14 }
15 ],
16
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/raszi/node-tmp.git"
20 },
21
22 "bugs": {
23 "url": "http://github.com/raszi/node-tmp/issues"
24 },
25
26 "main": "lib/tmp.js",
27
28 "scripts": {
29 "test": "vows test/*-test.js"
30 },
31
32 "engines": {
33 "node": ">=0.4.0"
34 },
35
36 "dependencies": {},
37
38 "devDependencies": {
39 "vows": "~0.7.0"
40 }
41}