UNPKG

cry-cli

Version:
39 lines (38 loc) 723 B
{ "name": "cry-cli", "version": "1.1.0", "description": "Crypto tools", "main": "index.js", "preferGlobal": true, "scripts": { "prepublish": "rm -rf lib/ && exec $(npm bin)/coffee -c -o ./ ./" }, "author": "Nick Iv", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nim579/cry.git" }, "bugs": { "url": "https://github.com/nim579/cry/issues" }, "bin": { "cry": "bin/cry" }, "homepage": "https://github.com/nim579/cry#readme", "dependencies": { "commander": "^2.9.0" }, "devDependencies": { "coffee-script": "^1.11.1" }, "keywords": [ "cry", "crypto", "cli", "tools", "cipher", "rsa", "dh" ] }