UNPKG

ursa

Version:

RSA public/private key OpenSSL bindings for node and io.js

49 lines (48 loc) 928 B
{ "name": "ursa", "version": "0.9.4", "keywords": [ "crypto", "key", "openssl", "private", "public", "rsa", "sign", "signature", "verify", "verification", "hash", "digest" ], "description": "RSA public/private key OpenSSL bindings for node and io.js", "homepage": "https://github.com/quartzjer/ursa", "repository": { "type": "git", "url": "https://github.com/quartzjer/ursa.git" }, "license": "Apache-2.0", "author": { "name": "Dan Bornstein", "email": "danfuzz@milk.com", "url": "http://www.milk.com/" }, "maintainers": [ { "name": "Jeremie Miller", "email": "jeremie@jabber.org", "url": "http://jeremie.com/" } ], "main": "lib/ursa.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "node test/test.js" }, "dependencies": { "bindings": "^1.2.1", "nan": "^2.3.3" } }