cryptograph
Version:
A simple text encode-decode script
27 lines (26 loc) • 545 B
JSON
{
"name": "cryptograph",
"version": "0.1.1",
"description": "A simple text encode-decode script",
"main": "index.js",
"scripts": {
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mikekauffman/cryptograph.git"
},
"keywords": [
"encode",
"decode",
"cryptograph",
"cipher",
"encoder",
"decoder"
],
"author": "Mike Kauffman <mkauffman@quickleft.com> (https://quickleft.com)",
"license": "MIT",
"dependencies": {
"underscore": "^1.7.0"
}
}