-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "microtunnel-server",
"version": "1.0.7",
"description": "NodeJS library for post-quantum communication between apps",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cred-generate": "node index.js cred-generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angy91m/microtunnel-server.git"
},
"keywords": [
"cryptography",
"crypto",
"post-quantum",
"kyber",
"kyber-crystals",
"crystals-kyber",
"sphincs",
"supersphincs",
"aes",
"aes-256-ctr",
"sha3",
"keccak",
"kmac",
"express",
"symcryptor"
],
"author": "angy91m",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/angy91m/microtunnel-server/issues"
},
"homepage": "https://github.com/angy91m/microtunnel-server#readme",
"dependencies": {
"cbor-x": "^1.4.1",
"express": "^4.18.2",
"kyber-crystals": "^1.0.4",
"supersphincs": "^8.0.2",
"symcryptor": "^1.0.2"
}
}