UNPKG

randomart-js

Version:

Generates a randomart image from a buffer or hexadecimal string

35 lines (34 loc) 817 B
{ "name": "randomart-js", "version": "0.1.1", "description": "Generates a randomart image from a buffer or hexadecimal string", "main": "./src/randomart.js", "repository": { "type": "git", "url": "https://www.github.com/Risto-Stevcev/randomart-js.git" }, "scripts": { "test": "./node_modules/.bin/mocha", "compile": "./node_modules/.bin/gulp", "clean": "./node_modules/.bin/gulp clean" }, "keywords": [ "randomart", "openssh" ], "author": "Risto Stevcev", "license": "MIT", "dependencies": { "ramda": "^0.23.0" }, "devDependencies": { "browserify": "^13.3.0", "chai": "^3.5.0", "gulp": "^3.9.1", "gulp-clean": "^0.3.2", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^2.2.2", "gulp-uglify": "^2.0.0", "mocha": "^3.2.0" } }