{ "name": "diff2html", "version": "2.0.0-beta17", "homepage": "http://rtfpessoa.github.io/diff2html/", "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-templates.js", "./dist/diff2html.js", "./dist/diff2html-ui.js", "./dist/diff2html.css" ], "license": "MIT", "moduleType": [ "globals", "node" ], "ignore": [ "**/.*", "webpack.config.js", "package.json", "release.sh", "circle.yml", "css", "src", "test" ] }