Skip to content

Commit e16cede

Browse files
committedFeb 13, 2014
Add package.json.
1 parent 2f87b49 commit e16cede

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎package.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "component-diff",
3+
"version": "0.1.0",
4+
"description": "calculate diffs between strings",
5+
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/component/diff.git"
9+
},
10+
"license": "Apache 2.0",
11+
"bugs": {
12+
"url": "https://github.com/component/diff/issues"
13+
},
14+
"homepage": "https://github.com/component/diff"
15+
}

0 commit comments

Comments
 (0)