UNPKG

text-treeview

Version:

Create a tree hierarcy for console output

34 lines (33 loc) 836 B
{ "name": "text-treeview", "version": "1.0.2", "description": "Create a tree hierarcy for console output", "main": "index.js", "scripts": { "test": "nyc --reporter=lcov ./node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=./jasmine.json" }, "repository": { "type": "git", "url": "git+https://github.com/dlid/text-treeview.git" }, "keywords": [ "node", "node.js", "text", "tree", "treeview" ], "author": "David Lidström", "license": "MIT", "bugs": { "url": "https://github.com/dlid/text-treeview/issues" }, "homepage": "https://github.com/dlid/text-treeview#readme", "devDependencies": { "chalk": "^2.3.2", "jasmine": "^3.1.0", "jasmine-node": "^1.14.5", "jasmine-reporters": "^2.3.1", "nyc": "^15.1.0" } }