forked from digitalbazaar/forge
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.02 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.02 KB
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
{
"name": "node-forge",
"version": "0.1.1",
"description": "A native implementation of TLS in JavaScript and tools to write network based web apps.",
"homepage": "http://github.com/digitalbazaar/forge",
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "http://digitalbazaar.com/"
},
"contributors": [{
"name": "Dave Longley",
"email": "dlongley@digitalbazaar.com"
}, {
"name": "Stefan Siegl",
"email": "stesie@brokenpipe.de"
}, {
"name": "Christoph Dorn",
"email": "christoph@christophdorn.com"
}],
"repository": {
"type" : "git",
"url" : "http://github.com/digitalbazaar/forge"
},
"bugs": {
"url": "https://github.com/digitalbazaar/forge/issues",
"email": "support@digitalbazaar.com"
},
"main": "js/forge.js",
"engines": {
"node": "*"
},
"keywords": [
"tls",
"http",
"https",
"network",
"crypto",
"cryptography",
"rsa",
"pki",
"aes",
"pkcs",
"des",
"rc2"
]
}