npm-vigenere-cipher
Version:
Cipher and Decipher simple text
25 lines (24 loc) • 592 B
JSON
{
"name": "npm-vigenere-cipher",
"version": "1.0.4",
"description": "Cipher and Decipher simple text",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akbarakma/npm-vigenere-cipher.git"
},
"keywords": [
"vigenere",
"cipher",
"decipher"
],
"author": "akbarakma",
"license": "ISC",
"bugs": {
"url": "https://github.com/akbarakma/npm-vigenere-cipher/issues"
},
"homepage": "https://github.com/akbarakma/npm-vigenere-cipher#readme"
}