2015-06-21 23:03:27 +00:00
|
|
|
{
|
|
|
|
|
"name": "diff2html",
|
2015-10-19 14:54:48 +00:00
|
|
|
"version": "1.1.0",
|
2015-07-19 21:08:17 +00:00
|
|
|
"homepage": "http://rtfpessoa.github.io/diff2html/",
|
2015-07-18 23:23:36 +00:00
|
|
|
"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"
|
|
|
|
|
],
|
2015-06-21 23:03:27 +00:00
|
|
|
"authors": [
|
|
|
|
|
"Rodrigo Fernandes <rtfrodrigo@gmail.com>"
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
2015-07-18 23:23:36 +00:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/rtfpessoa/diff2html.git"
|
2015-06-21 23:03:27 +00:00
|
|
|
},
|
|
|
|
|
"main": "./src/diff2html.js",
|
|
|
|
|
"license": "MIT",
|
2015-07-18 23:23:36 +00:00
|
|
|
"moduleType": [
|
|
|
|
|
"globals",
|
|
|
|
|
"node"
|
|
|
|
|
],
|
2015-06-21 23:03:27 +00:00
|
|
|
"ignore": [
|
|
|
|
|
"**/.*",
|
|
|
|
|
"node_modules",
|
|
|
|
|
"bower_components",
|
2015-07-18 23:23:36 +00:00
|
|
|
"package.json",
|
2015-08-08 00:11:35 +00:00
|
|
|
"release.sh",
|
|
|
|
|
"config.jscs.json"
|
2015-06-21 23:03:27 +00:00
|
|
|
]
|
|
|
|
|
}
|