Skip to content

Commit 20f682e

Browse files
committed
Adding the gitignore etc.
1 parent f9b5a86 commit 20f682e

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
node_modules/

package.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "sentence-similarity-clockmaker",
3+
"version": "1.0.0",
4+
"description": "Sentence similarity algorithms used in the clockmaker.y",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "test"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/jloveric/SentenceSimilarity.git"
12+
},
13+
"author": "John Loverich",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/jloveric/SentenceSimilarity/issues"
17+
},
18+
"homepage": "https://github.com/jloveric/SentenceSimilarity#readme"
19+
}

0 commit comments

Comments
 (0)