ciphervgnr
Version:
Vigenere Cipher in node
23 lines (22 loc) • 480 B
JSON
{
"name": "ciphervgnr",
"version": "1.3.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ./index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WLLR9505/cipher-vgnr.git"
},
"keywords": [
"vigenere"
],
"author": "Weuller Jr. Souza",
"license": "MIT",
"bugs": {
"url": "https://github.com/WLLR9505/cipher-vgnr/issues"
},
"homepage": "https://github.com/WLLR9505/cipher-vgnr#readme"
}