vignere-babbage-cipher-web
Version:
The Vignere-Babbage cipher for web.
48 lines • 1.05 kB
JSON
{
"name": "vignere-babbage-cipher-web",
"description": "The Vignere-Babbage cipher for web.",
"keywords": [
"vignere",
"babbage",
"cipher",
"web",
"the",
"for"
],
"license": "MIT",
"version": "1.0.2",
"main": "lib/index.js",
"scripts": {
"build": "dist-it lib/index.js main.js"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"dependencies": {
"elly": "^1.1.10",
"vignere-babbage-cipher": "^1.1.2"
},
"homepage": "https://github.com/IonicaBizau/vignere-babbage-cipher-web#readme",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/vignere-babbage-cipher-web.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/vignere-babbage-cipher-web/issues"
}
}