diff2html/bower.json

53 lines
889 B
JSON
Raw Normal View History

2015-06-21 23:03:27 +00:00
{
"name": "diff2html",
2016-10-15 21:21:16 +00:00
"version": "2.0.8",
2016-08-23 17:20:54 +00:00
"homepage": "https://diff2html.xyz",
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": [
"./dist/diff2html.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": [
"**/.*",
2016-08-23 17:20:54 +00:00
"docs",
"scripts",
"src",
2016-08-23 17:20:54 +00:00
"test",
"typescript",
"circle.yml",
"CONTRIBUTING.md",
"CREDITS.md",
"npm-shrinkwrap.json",
"package.json"
2015-06-21 23:03:27 +00:00
]
}