We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232bf20 commit fca82f2Copy full SHA for fca82f2
bower.json
@@ -0,0 +1,39 @@
1
+{
2
+ "name": "diff2html",
3
+ "version": "0.2.3",
4
+ "homepage": "https://github.com/rtfpessoa/diff2html",
5
+ "authors": [
6
+ "Rodrigo Fernandes <rtfrodrigo@gmail.com>"
7
+ ],
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git://github.com/rtfpessoa/diff2html.git"
11
+ },
12
+ "description": "Fast Diff to colorized HTML",
13
+ "main": "./src/diff2html.js",
14
+ "keywords": [
15
+ "git",
16
+ "diff",
17
+ "pretty",
18
+ "side",
19
+ "line",
20
+ "side-by-side",
21
+ "line-by-line",
22
+ "character",
23
+ "highlight",
24
25
+ "color",
26
+ "html",
27
+ "diff2html",
28
+ "difftohtml",
29
+ "colorized"
30
31
+ "license": "MIT",
32
+ "ignore": [
33
+ "**/.*",
34
+ "node_modules",
35
+ "bower_components",
36
+ "test",
37
+ "tests"
38
+ ]
39
+}
0 commit comments