44 lines
775 B
JSON
44 lines
775 B
JSON
|
{
|
||
|
"name": "home-or-tmp",
|
||
|
"version": "2.0.0",
|
||
|
"description": "Get the user home directory with fallback to the system temp directory",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/home-or-tmp",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test.js"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"user",
|
||
|
"home",
|
||
|
"homedir",
|
||
|
"dir",
|
||
|
"directory",
|
||
|
"folder",
|
||
|
"path",
|
||
|
"tmp",
|
||
|
"temp",
|
||
|
"temporary",
|
||
|
"fallback",
|
||
|
"graceful",
|
||
|
"userprofile"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"os-homedir": "^1.0.0",
|
||
|
"os-tmpdir": "^1.0.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"ava": "0.0.4"
|
||
|
}
|
||
|
}
|