Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80540 views
1
{
2
"name": "create-ecdh",
3
"version": "2.0.1",
4
"description": "createECDH but browserifiable",
5
"main": "index.js",
6
"scripts": {
7
"test": "node test.js | tspec"
8
},
9
"repository": {
10
"type": "git",
11
"url": "git+https://github.com/crypto-browserify/createECDH.git"
12
},
13
"keywords": [
14
"diffie",
15
"hellman",
16
"diffiehellman",
17
"ECDH"
18
],
19
"author": {
20
"name": "Calvin Metcalf"
21
},
22
"license": "MIT",
23
"bugs": {
24
"url": "https://github.com/crypto-browserify/createECDH/issues"
25
},
26
"homepage": "https://github.com/crypto-browserify/createECDH",
27
"dependencies": {
28
"bn.js": "^2.0.0",
29
"elliptic": "^3.0.0"
30
},
31
"devDependencies": {
32
"tap-spec": "^1.0.1",
33
"tape": "^3.0.1"
34
},
35
"gitHead": "7968658674ae3b4501c3a4489623cada6b196785",
36
"_id": "[email protected]",
37
"_shasum": "94ba1ae3a96a0e522d143633f556a1adbad98f56",
38
"_from": "create-ecdh@>=2.0.0 <3.0.0",
39
"_npmVersion": "2.9.0",
40
"_nodeVersion": "0.12.3",
41
"_npmUser": {
42
"name": "dcousens",
43
"email": "[email protected]"
44
},
45
"maintainers": [
46
{
47
"name": "cwmma",
48
"email": "[email protected]"
49
},
50
{
51
"name": "dcousens",
52
"email": "[email protected]"
53
},
54
{
55
"name": "dominictarr",
56
"email": "[email protected]"
57
},
58
{
59
"name": "jprichardson",
60
"email": "[email protected]"
61
},
62
{
63
"name": "indutny",
64
"email": "[email protected]"
65
}
66
],
67
"dist": {
68
"shasum": "94ba1ae3a96a0e522d143633f556a1adbad98f56",
69
"tarball": "http://registry.npmjs.org/create-ecdh/-/create-ecdh-2.0.1.tgz"
70
},
71
"directories": {},
72
"_resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-2.0.1.tgz",
73
"readme": "ERROR: No README data found!"
74
}
75
76