From fca82f2576729f44c250e9d3b8f7f91c55f016ba Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Mon, 22 Jun 2015 00:03:27 +0100 Subject: [PATCH] add bower.json --- bower.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..4eba2ad --- /dev/null +++ b/bower.json @@ -0,0 +1,39 @@ +{ + "name": "diff2html", + "version": "0.2.3", + "homepage": "https://github.com/rtfpessoa/diff2html", + "authors": [ + "Rodrigo Fernandes " + ], + "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" + ] +}