add bower.json

This commit is contained in:
Rodrigo Fernandes 2015-06-22 00:03:27 +01:00
parent 232bf20322
commit fca82f2576

39
bower.json Normal file
View file

@ -0,0 +1,39 @@
{
"name": "diff2html",
"version": "0.2.3",
"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"
]
}