{ "name": "diff2html", "version": "2.0.0-beta10", "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": { "release": "bash release.sh", "test": "mocha", "style": "jscs src test", "codacy": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage" }, "main": "./src/diff2html.js", "browser": { "fs": false }, "dependencies": { "diff": "^2.2.2", "hogan.js": "^3.0.2" }, "devDependencies": { "browserify": "^13.0.0", "clean-css": "^3.4.10", "codacy-coverage": "^1.1.3", "fast-html-parser": "^1.0.1", "istanbul": "^0.4.2", "jscs": "^2.11.0", "mocha": "^2.4.5", "uglifyjs": "^2.4.10" }, "license": "MIT", "files": [ "src", "dist" ] }