UNPKG

ec-key-patch

Version:

Wrapper around an Elliptic Curve private or public keys

49 lines (48 loc) 921 B
{ "name": "ec-key-patch", "description": "Wrapper around an Elliptic Curve private or public keys", "version": "0.0.4", "main": "src/ec-key.js", "author": "Pier Fumagalli <pier@usrz.com>", "homepage": "https://github.com/usrz/ec-key", "bugs": "https://github.com/usrz/ec-key/issues", "license": "MIT", "contributors": [ "Pier Fumagalli <pier@usrz.com>" ], "repository": { "type": "git", "url": "https://github.com/usrz/ec-key" }, "scripts": { "test": "gulp test" }, "keywords": [ "ec", "elliptic", "curve", "crypto", "private", "public", "key", "pem", "spki", "pkcs8", "pem", "rfc5208", "rfc5280", "rfc5915", "openssl" ], "devDependencies": { "chai": "^4.2.0", "gulp": "^4.0.2", "gulp-mocha": "^6.0.0" }, "dependencies": { "asn1.js": "^5.2.0" }, "engines": { "node": ">=6.0.0" } }