dd-path-and-tree-converter
Version:
Convert path to tree and tree to path.
26 lines (24 loc) • 622 B
JSON
{
"name": "dd-path-and-tree-converter",
"version": "1.1.0",
"description": "Convert path to tree and tree to path.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaeltonDias/dd-path-and-tree-converter.git"
},
"keywords": [
"Paths",
"Path",
"Tree"
],
"author": "Daelton Dias",
"license": "ISC",
"bugs": {
"url": "https://github.com/DaeltonDias/dd-path-and-tree-converter/issues"
},
"homepage": "https://github.com/DaeltonDias/dd-path-and-tree-converter#readme"
}