blob: 8611cb83c6f18458e4228e4f9752eb3a0b02f040 [file] [log] [blame]
{
"author": "Calvin Metcalf",
"browser": "browser.js",
"bugs": {
"url": "https://github.com/crypto-browserify/createECDH/issues"
},
"dependencies": {
"bn.js": "^4.1.0",
"elliptic": "^6.0.0"
},
"description": "createECDH but browserifiable",
"devDependencies": {
"standard": "^5.4.1",
"tap-spec": "^1.0.1",
"tape": "^3.0.1"
},
"homepage": "https://github.com/crypto-browserify/createECDH",
"keywords": [
"diffie",
"hellman",
"diffiehellman",
"ECDH"
],
"license": "MIT",
"main": "index.js",
"name": "create-ecdh",
"repository": {
"type": "git",
"url": "https://github.com/crypto-browserify/createECDH.git"
},
"scripts": {
"test": "standard && node test.js | tspec"
},
"version": "4.0.3"
}