-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 829 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 829 Bytes
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
{
"name": "falcon-signatures",
"version": "1.4.1",
"description": "JavaScript library for Falcon post-quantum cryptography signatures",
"main": "index.js",
"type": "module",
"files": [
"index.js",
"falcon.js",
"falcon.wasm",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node falcon-test.js",
"test:cli": "node falcon-cli-test.js"
},
"keywords": [
"cryptography",
"post-quantum",
"falcon",
"signatures",
"webassembly",
"wasm"
],
"author": "GoPlausible",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GoPlausible/falcon-signatures-js.git"
},
"bugs": {
"url": "https://github.com/GoPlausible/falcon-signatures-js/issues"
},
"homepage": "https://github.com/GoPlausible/falcon-signatures-js#readme"
}