Skip to content

Commit 2ddadea

Browse files
committed
Create bower.json
1 parent 1f042b0 commit 2ddadea

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

bower.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "htmldiff",
3+
"version": "0.0.4",
4+
"description": "HTML Diffing in JavaScript (CoffeeScript),
5+
"main": "dist/htmldiff.js",
6+
"license": "MIT (Expat)"
7+
"authors": [
8+
"The Network Inc.",
9+
https://github.com/brendanjerwin,
10+
https://github.com/tnwinc,
11+
https://github.com/myobie/htmldiff
12+
],
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/benjamine/jsondiffpatch.git"
16+
},
17+
"keywords": [
18+
"html",
19+
"diff",
20+
"split"
21+
],
22+
"ignore": [
23+
"gulpfile.js"
24+
],
25+
"homepage": "https://github.com/enkodellc/htmldiff",
26+
"_release": "0.0.4",
27+
"_resolution": {
28+
"type": "version",
29+
"tag": "v0.0.4",
30+
"commit": "1f042b0960d7fef594f14887166b48937f147254"
31+
},
32+
"_source": "https://github.com/enkodellc/htmldiff.js.git",
33+
"_target": "0.0.4",
34+
"_originalSource": "htmldiff"
35+
}

0 commit comments

Comments
 (0)