list-to-tree2
Version:
Convert list to tree structure
28 lines (27 loc) • 611 B
JSON
{
"name": "list-to-tree2",
"version": "1.0.1",
"description": "Convert list to tree structure",
"main": "index.js",
"devDependencies": {
"chai": "^4.1.1",
"mocha": "^3.5.0"
},
"scripts": {
"test": "mocha *.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sashkomatviychuk/tree.js.git"
},
"keywords": [
"tree",
"list-to-tree"
],
"author": "Oleksandr Matviichuk",
"license": "ISC",
"bugs": {
"url": "https://github.com/sashkomatviychuk/tree.js/issues"
},
"homepage": "https://github.com/sashkomatviychuk/tree.js#readme"
}