44 lines
798 B
JSON
44 lines
798 B
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"
|
|
],
|
|
"authors": [
|
|
"Rodrigo Fernandes <rtfrodrigo@gmail.com>"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/rtfpessoa/diff2html.git"
|
|
},
|
|
"main": "./src/diff2html.js",
|
|
"license": "MIT",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"package.json",
|
|
"release.sh",
|
|
"config.jscs.json"
|
|
]
|
|
}
|