Skip to content

Commit aca8c0d

Browse files
committed
bower init
1 parent 18fc5e9 commit aca8c0d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "diff-merge",
3+
"main": "dist/index.js",
4+
"version": "1.0.0",
5+
"homepage": "https://github.com/nighca/diff-merge",
6+
"authors": [
7+
"nighca <[email protected]>"
8+
],
9+
"description": "diff & merge algorithm realized with Javascript",
10+
"keywords": [
11+
"diff",
12+
"merge"
13+
],
14+
"license": "Apache",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests"
21+
]
22+
}

0 commit comments

Comments
 (0)