Skip to content

Commit 4cbec20

Browse files
committed
Added package.json file
1 parent c6d71fa commit 4cbec20

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "@gykh/caesar-cipher",
3+
"version": "0.0.1",
4+
"description": "Used to encrypt/decrypt using simple caesar cipher",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "mocha"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+ssh://[email protected]/get-your-knowledge-here/caesar-cipher.git"
12+
},
13+
"keywords": [
14+
"caesar",
15+
"caesar-cipher",
16+
"cipher",
17+
"shift",
18+
"shifts",
19+
"encrypt",
20+
"decrypt"
21+
],
22+
"author": "Get your knowledge here",
23+
"license": "MIT",
24+
"bugs": {
25+
"url": "https://github.com/get-your-knowledge-here/caesar-cipher/issues"
26+
},
27+
"homepage": "https://github.com/get-your-knowledge-here/caesar-cipher#readme"
28+
}

0 commit comments

Comments
 (0)