UNPKG

randomart

Version:

OpenSSH randomart images library in JS, now with CLI!

43 lines (42 loc) 918 B
{ "name": "randomart", "version": "0.0.1", "description": "OpenSSH randomart images library in JS, now with CLI!", "main": "randomart.js", "scripts": { "pretest": "standard", "test": "tap ./**.tap.js", "test:mocha": "mocha" }, "bin": { "randomart": "./cli" }, "repository": { "type": "git", "url": "git+https://github.com/therebelrobot/randomart.git" }, "keywords": [ "randomart", "openssh", "fingerprint", "ssh", "gpg", "key", "art", "random" ], "author": "Trent Oswald <trentoswald@therebelrobot.com> (@therebelrobot)", "license": "ISC", "bugs": { "url": "https://github.com/therebelrobot/randomart/issues" }, "homepage": "https://github.com/therebelrobot/randomart#readme", "devDependencies": { "standard": "^7.1.0", "tap": "^5.7.2" }, "dependencies": { "crypto": "0.0.3", "lodash": "^4.13.1" } }