add bower.json
This commit is contained in:
parent
232bf20322
commit
fca82f2576
1 changed files with 39 additions and 0 deletions
39
bower.json
Normal file
39
bower.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue