UNPKG

caesar-cipher-mehdi

Version:
27 lines (26 loc) 600 B
{ "name": "caesar-cipher-mehdi", "version": "1.0.0", "description": "Ceasar encrypt", "main": "bin/caesar.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/MehdiChouag/CeasarNodeJS.git" }, "keywords": [ "Caesar" ], "author": "Mehdi Chouag", "license": "ISC", "bugs": { "url": "https://github.com/MehdiChouag/CeasarNodeJS/issues" }, "homepage": "https://github.com/MehdiChouag/CeasarNodeJS", "dependencies": { "commander": "^2.5.0", "sinon": "^1.12.1" } }