UNPKG

caesar-cipher-amine

Version:
36 lines (35 loc) 744 B
{ "name": "caesar-cipher-amine", "version": "1.0.26", "description": "Implementation of caesar cipher", "main": "./bin/", "bin": { "caesar": "./bin/caesar.js" }, "directories": { "test": "test" }, "devDependencies": { "mocha": "2.x.x", "should": "^6.0.0", "commander" : "^2.8.0" }, "scripts": { "test": "moch test", "caesar" : "node ./bin/caesar.js" }, "repository": { "type": "git", "url": "https://github.com/AElOuassouli/quesTech.git" }, "keywords": [ "cipher", "caesar" ], "author": "Amine El Ouassouli", "license": "ISC", "bugs": { "url": "https://github.com/AElOuassouli/quesTech/issues" }, "homepage": "https://github.com/AElOuassouli/quesTech" }