{ "name": "diff2html", "version": "2.0.8", "homepage": "https://diff2html.xyz", "description": "Fast Diff to colorized HTML", "keywords": [ "git", "diff", "pretty", "side", "line", "side-by-side", "line-by-line", "character", "highlight", "pretty", "color", "html", "diff2html", "difftohtml", "colorized" ], "authors": [ "Rodrigo Fernandes " ], "repository": { "type": "git", "url": "git://github.com/rtfpessoa/diff2html.git" }, "main": [ "./dist/diff2html.js", "./dist/diff2html.css" ], "license": "MIT", "moduleType": [ "globals", "node" ], "ignore": [ "**/.*", "docs", "scripts", "src", "test", "typescript", "circle.yml", "CONTRIBUTING.md", "CREDITS.md", "npm-shrinkwrap.json", "package.json" ] }