diff2html/bower.json

52 lines
920 B
JSON
Raw Normal View History

2015-06-21 23:03:27 +00:00
{
"name": "diff2html",
2016-05-01 19:52:25 +00:00
"version": "2.0.0-beta17",
"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": [
2016-02-21 14:45:50 +00:00
"./dist/diff2html-templates.js",
"./dist/diff2html.js",
"./dist/diff2html-ui.js",
"./dist/diff2html.css"
],
2015-06-21 23:03:27 +00:00
"license": "MIT",
2015-07-18 23:23:36 +00:00
"moduleType": [
"globals",
"node"
],
2015-06-21 23:03:27 +00:00
"ignore": [
"**/.*",
"webpack.config.js",
2015-07-18 23:23:36 +00:00
"package.json",
"release.sh",
"circle.yml",
"css",
"src",
"test"
2015-06-21 23:03:27 +00:00
]
}