UNPKG

779 BJSONView Raw
1{
2 "name": "create-ecdh",
3 "version": "4.0.4",
4 "description": "createECDH but browserifiable",
5 "main": "index.js",
6 "browser": "browser.js",
7 "scripts": {
8 "test": "standard && node test.js | tspec"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/crypto-browserify/createECDH.git"
13 },
14 "keywords": [
15 "diffie",
16 "hellman",
17 "diffiehellman",
18 "ECDH"
19 ],
20 "author": "Calvin Metcalf",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/crypto-browserify/createECDH/issues"
24 },
25 "homepage": "https://github.com/crypto-browserify/createECDH",
26 "dependencies": {
27 "bn.js": "^4.1.0",
28 "elliptic": "^6.5.3"
29 },
30 "devDependencies": {
31 "tap-spec": "^1.0.1",
32 "tape": "^3.0.1",
33 "standard": "^5.4.1"
34 }
35}