christopher
Version:
A cipher/code transcribing library built in JavaScript.
32 lines (31 loc) • 545 B
JSON
{
"name": "christopher",
"description": "A cipher/code transcribing library built in JavaScript.",
"main": "christopher.js",
"authors": [
"Ethan Arterberry"
],
"license": "MIT",
"keywords": [
"cipher",
"encoding",
"decoding",
"base",
"conversion",
"binary",
"morse",
"nato",
"hex",
"caesarian",
"shift"
],
"homepage": "https://github.com/soops/christopher",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}