{ "name": "diff2html", "version": "2.0.1", "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.12" }, "preferGlobal": true, "scripts": { "release": "./scripts/release.sh", "release-bower": "./scripts/update-bower-version.sh", "templates": "./scripts/hulk.js --wrapper node --variable 'browserTemplates' ./src/templates/*.mustache > ./src/templates/diff2html-templates.js", "style": "eslint src/*.js src/ui/js/*.js", "coverage": "istanbul cover _mocha -- -u exports -R spec ./test/**/*", "check-coverage": "istanbul check-coverage --statements 90 --functions 90 --branches 85 --lines 90 ./coverage/coverage.json", "test": "npm run coverage && npm run check-coverage", "codacy": "npm run coverage && cat ./coverage/lcov.info | codacy-coverage", "preversion": "npm run release && npm test", "version": "npm run release-bower && git add -A src dist package.json bower.json", "postversion": "git push && git push --tags" }, "main": "./src/diff2html.js", "browser": { "fs": false }, "dependencies": { "diff": "^2.2.3", "hogan.js": "^3.0.2" }, "devDependencies": { "autoprefixer": "^6.3.6", "browserify": "^13.0.1", "clean-css": "^3.4.18", "codacy-coverage": "^1.1.3", "eslint": "^3.0.1", "eslint-plugin-promise": "^1.3.2", "eslint-plugin-standard": "^1.3.2", "fast-html-parser": "^1.0.1", "istanbul": "^0.4.4", "mkdirp": "^0.5.1", "mocha": "^2.5.3", "nopt": "^3.0.6", "postcss-cli": "^2.5.2", "uglifyjs": "^2.4.10" }, "license": "MIT", "files": [ "src", "dist" ] }