{
"name": "diff2html",
"version": "2.0.7",
"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"
],
"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-website": "node ./scripts/release-website.js",
"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 .",
"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": "cat ./coverage/lcov.info | codacy-coverage",
"preversion": "npm run release && npm run release-website && npm run style && npm test",
"version": "npm run release-bower && git add -A src dist docs package.json bower.json",
"postversion": "git push && git push --tags"
},
"main": "./src/diff2html.js",
"browser": {
"fs": false
},
"dependencies": {
"diff": "^3.0.0",
"hogan.js": "^3.0.2"
},
"devDependencies": {
"autoprefixer": "^6.5.0",
"browserify": "^13.1.0",
"clean-css": "^3.4.20",
"codacy-coverage": "^2.0.0",
"eslint": "^3.7.1",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^2.0.1",
"fast-html-parser": "^1.0.1",
"istanbul": "^0.4.4",
"mkdirp": "^0.5.1",
"mocha": "^3.1.0",
"nopt": "^3.0.6",
"postcss-cli": "^2.6.0",
"uglifyjs": "^2.4.10"
},
"license": "MIT",
"files": [
"src",
"dist",
"typescript"
]
}