ec-pem
Version:
Enables `crypto.sign` and `crypto.verify` using `crypto.createECDH` generated keys
29 lines (28 loc) • 721 B
JSON
{
"name": "ec-pem",
"version": "0.18.0",
"description": "Enables `crypto.sign` and `crypto.verify` using `crypto.createECDH` generated keys",
"keywords": [
"ECDH",
"crypto",
"PEM"
],
"homepage": "https://github.com/shanewholloway/node-ec-pem",
"bugs": "https://github.com/shanewholloway/node-ec-pem/issues",
"repository": "shanewholloway/node-ec-pem",
"author": "Shane Holloway <shane.holloway@ieee.org>",
"license": "ISC",
"main": "ec_pem.js",
"dependencies": {
"asn1.js": "^4.10.1",
"tmp": "^0.0.33"
},
"devDependencies": {
"mocha": "^3.5.3"
},
"scripts": {
"prepublish": "npm -s run test",
"preversion": "npm -s run test",
"test": "mocha test"
}
}