diff2html/bower.json

45 lines
798 B
JSON
Raw Normal View History

2015-06-21 23:03:27 +00:00
{
"name": "diff2html",
2015-12-19 21:09:31 +00:00
"version": "1.2.0",
"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": "./src/diff2html.js",
"license": "MIT",
2015-07-18 23:23:36 +00:00
"moduleType": [
"globals",
"node"
],
2015-06-21 23:03:27 +00:00
"ignore": [
"**/.*",
"node_modules",
"bower_components",
2015-07-18 23:23:36 +00:00
"package.json",
"release.sh",
"config.jscs.json"
2015-06-21 23:03:27 +00:00
]
}