UNPKG

list-to-tree2

Version:
28 lines (27 loc) 611 B
{ "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" }