Files
JiboSDK/node_modules/home-path/package.json

26 lines
551 B
JSON
Raw Normal View History

2026-03-22 03:21:45 +02:00
{
"name": "home-path",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "1.0.7",
"description": "Cross-platform home directory retriever",
"repository": "https://github.com/75lb/home-path",
"license": "MIT",
"keywords": [
"home",
"directory",
"folder",
"path"
],
"scripts": {
"test": "tape test.js",
"docs": "jsdoc2md --heading-depth 1 -t README.hbs index.js > README.md; echo"
},
"devDependencies": {
"jsdoc-to-markdown": "^5.0.1",
"tape": "^4.11"
},
"files": [
"index.js"
]
}