initial commit
This commit is contained in:
25
node_modules/home-path/package.json
generated
vendored
Normal file
25
node_modules/home-path/package.json
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user