forked from digitalbazaar/forge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "node-forge",
"version": "0.2.15-dev",
"description": "JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilties.",
"homepage": "http://github.com/digitalbazaar/forge",
"author": {
"name": "Digital Bazaar, Inc.",
"email": "[email protected]",
"url": "http://digitalbazaar.com/"
},
"contributors": [{
"name": "Dave Longley",
"email": "[email protected]"
}, {
"name": "Stefan Siegl",
"email": "[email protected]"
}, {
"name": "Christoph Dorn",
"email": "[email protected]"
}],
"repository": {
"type" : "git",
"url" : "http://github.com/digitalbazaar/forge"
},
"bugs": {
"url": "https://github.com/digitalbazaar/forge/issues",
"email": "[email protected]"
},
"main": "js/forge.js",
"engines": {
"node": "*"
},
"keywords": [
"aes",
"asn",
"asn.1",
"crypto",
"cryptography",
"csr",
"des",
"hmac",
"http",
"https",
"md5",
"network",
"pkcs",
"pki",
"prng",
"rc2",
"rsa",
"sha1",
"sha256",
"tls",
"x.509",
"x509"
]
}