diff2html/bower.json
2016-05-01 20:52:25 +01:00

51 lines
920 B
JSON

{
"name": "diff2html",
"version": "2.0.0-beta17",
"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": [
"./dist/diff2html-templates.js",
"./dist/diff2html.js",
"./dist/diff2html-ui.js",
"./dist/diff2html.css"
],
"license": "MIT",
"moduleType": [
"globals",
"node"
],
"ignore": [
"**/.*",
"webpack.config.js",
"package.json",
"release.sh",
"circle.yml",
"css",
"src",
"test"
]
}