Skip to content

Commit 12e0d7c

Browse files
committed
Merge pull request #17 from Wildhoney/gh-pages
Added Bower configuration file
2 parents 5fadd49 + abc596e commit 12e0d7c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

bower.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "diff-dom",
3+
"main": "diffDOM.js",
4+
"version": "0.0.1",
5+
"homepage": "https://github.com/fiduswriter/diffDOM",
6+
"authors": [
7+
"Johannes Wilm <[email protected]>"
8+
],
9+
"description": "A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments.",
10+
"license": "LGPL",
11+
"ignore": [
12+
"**/.*",
13+
"node_modules",
14+
"bower_components",
15+
"test",
16+
"tests"
17+
]
18+
}

0 commit comments

Comments
 (0)