base-path-converter
Version:
Convert file paths to start with their base directory
29 lines (28 loc) • 639 B
JSON
{
"name": "base-path-converter",
"version": "1.0.2",
"description": "Convert file paths to start with their base directory",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/obo20/baseDirectoryPathConverter.git"
},
"keywords": [
"base",
"directory",
"converter",
"filepath"
],
"author": "Matt Ober",
"license": "MIT",
"bugs": {
"url": "https://github.com/obo20/baseDirectoryPathConverter/issues"
},
"homepage": "https://github.com/obo20/baseDirectoryPathConverter",
"devDependencies": {
"jest": "^24.8.0"
}
}