Skip to content

Commit fca82f2

Browse files
committed
add bower.json
1 parent 232bf20 commit fca82f2

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

bower.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"pretty",
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

Comments
 (0)