diff2html/bower.json

40 lines
739 B
JSON
Raw Normal View History

2015-06-21 23:03:27 +00:00
{
"name": "diff2html",
"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"
]
}