60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "diff2html",
|
|
"version": "1.2.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": {
|
|
"release": "bash release.sh",
|
|
"test": "mocha",
|
|
"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",
|
|
"dependencies": {
|
|
"diff": "2.2.*"
|
|
},
|
|
"devDependencies": {
|
|
"codacy-coverage": "^1.1.3",
|
|
"istanbul": "^0.4.1",
|
|
"less": "2.5.*",
|
|
"mocha": "^2.3.4",
|
|
"uglifyjs": "2.4.*",
|
|
"webpack": "1.12.*"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"src",
|
|
"css"
|
|
]
|
|
}
|