UNPKG

hermit

Version:

Prints html in the terminal using colors and simple layout to reflect the document structure.

37 lines (36 loc) 820 B
{ "name": "hermit", "version": "0.2.2", "description": "Prints html in the terminal using colors and simple layout to reflect the document structure.", "main": "hermit.js", "bin": { "hermit": "./bin/hermit.js" }, "scripts": { "test": "node test/runner.js" }, "repository": { "type": "git", "url": "git://github.com/thlorenz/hermit.git" }, "keywords": [ "html", "parser", "terminal", "highlight", "console" ], "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)", "license": "MIT", "readmeFilename": "README.md", "gitHead": "efa3153077ef6476e906485f3698ee79024092a2", "dependencies": { "cardinal": "~0.4.2", "ansistyles": "~0.1.1", "ansicolors": "~0.2.1", "sax": "~0.5.4" }, "devDependencies": { "tape": "~1.0.4" } }