atbash-wizard
Version:
Node JS package to perform Atbash substitution cipher.
26 lines (25 loc) • 613 B
JSON
{
"name": "atbash-wizard",
"version": "0.0.2",
"description": "Node JS package to perform Atbash substitution cipher.",
"main": "atbash-wizard.js",
"author": "Aaron Kenney",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/CapitalReg/atbash-wizard.git"
},
"keywords": [
"atbash",
"cipher",
"wizard",
"a to z"
],
"license": "GPL",
"bugs": {
"url": "https://github.com/CapitalReg/atbash-wizard/issues"
},
"homepage": "http://www.capitalreg.co.uk"
}