ebg13
Version:
Simple Rot13 implementation
45 lines (44 loc) • 966 B
JSON
{
"name": "ebg13",
"version": "1.3.9",
"description": "Simple Rot13 implementation",
"main": "index.js",
"scripts": {
"test": "eslint . && jest",
"lint": "eslint ."
},
"bin": {
"ebg": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guioconnor/ebg13.git",
"bugs": {
"url": "https://github.com/guioconnor/ebg13/issues"
}
},
"keywords": [
"rot13",
"cryptography",
"cypher",
"math",
"caesar cipher"
],
"author": "Guilherme Zühlke O'Connor",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/guioconnor/ebg13/issues"
},
"homepage": "https://github.com/guioconnor/ebg13#readme",
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"jest": "^19.0.2"
},
"dependencies": {
"chalk": "^1.1.3",
"cowsay": "^1.1.9",
"minimist": "^1.2.0"
}
}