@jamesarlow/tilde-path
Version:
`Path` upgraded to support resolve/normalize user home path strings.
29 lines (28 loc) • 650 B
JSON
{
"name": "@jamesarlow/tilde-path",
"version": "0.0.3",
"description": "`Path` upgraded to support resolve/normalize user home path strings.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/jollywizard/tilde-path.git"
},
"keywords": [
"Tilde",
"Path",
"Enhancement"
],
"author": "James Arlow james.arlow@gmail.com",
"license": "ISC",
"homepage": "https://bitbucket.org/jollywizard/tilde-path#readme",
"devDependencies": {
"mocha": "^3.2.0"
},
"dependencies": {
"lodash": "^4.17.4",
"untildify": "^3.0.2"
}
}