2015-06-21 23:03:27 +00:00
|
|
|
{
|
|
|
|
|
"name": "diff2html",
|
2015-07-18 22:22:36 +00:00
|
|
|
"version": "0.2.5",
|
2015-06-21 23:03:27 +00:00
|
|
|
"homepage": "https://github.com/rtfpessoa/diff2html",
|
|
|
|
|
"authors": [
|
|
|
|
|
"Rodrigo Fernandes <rtfrodrigo@gmail.com>"
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/rtfpessoa/diff2html.git"
|
|
|
|
|
},
|
|
|
|
|
"description": "Fast Diff to colorized HTML",
|
|
|
|
|
"main": "./src/diff2html.js",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"git",
|
|
|
|
|
"diff",
|
|
|
|
|
"pretty",
|
|
|
|
|
"side",
|
|
|
|
|
"line",
|
|
|
|
|
"side-by-side",
|
|
|
|
|
"line-by-line",
|
|
|
|
|
"character",
|
|
|
|
|
"highlight",
|
|
|
|
|
"pretty",
|
|
|
|
|
"color",
|
|
|
|
|
"html",
|
|
|
|
|
"diff2html",
|
|
|
|
|
"difftohtml",
|
|
|
|
|
"colorized"
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"ignore": [
|
|
|
|
|
"**/.*",
|
|
|
|
|
"node_modules",
|
|
|
|
|
"bower_components",
|
|
|
|
|
"test",
|
|
|
|
|
"tests"
|
|
|
|
|
]
|
|
|
|
|
}
|