home
Version:
Gets the home dir or resolves home directories: `home.resolve('~/path/to')`.
33 lines (32 loc) • 673 B
JSON
{
"name": "home",
"version": "0.1.1",
"description": "Gets the home dir or resolves home directories: `home.resolve('~/path/to')`.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec ./test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/kaelzhang/node-home.git"
},
"keywords": [
"home",
"user-home",
"resolve",
"cross-platform",
"windows"
],
"engines": {
"node": ">=0.10.0"
},
"author": "kaelzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaelzhang/node-home/issues"
},
"devDependencies": {
"mocha": "*",
"chai": "*"
}
}