{ "name": "diff2html", "version": "1.1.0", "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" ], "author": { "name": "Rodrigo Fernandes", "email": "rtfrodrigo@gmail.com" }, "repository": { "type": "git", "url": "https://www.github.com/rtfpessoa/diff2html.git" }, "bugs": { "url": "https://www.github.com/rtfpessoa/diff2html/issues" }, "engines": { "node": ">=0.10" }, "preferGlobal": "true", "scripts": { "test": "" }, "main": "./src/diff2html.js", "dependencies": { "diff": "1.4.0" }, "devDependencies": {}, "license": "MIT", "files": [ "src" ] }