We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d71fa commit 4cbec20Copy full SHA for 4cbec20
package.json
@@ -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