-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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": "jsrsasign-addon-qc",
"version": "0.9.4",
"description": "jsrsasign add-on for qcStatements extensions and OIDs for qualified certificate",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/kjur/jsrsasign-addon-qc.git"
},
"keywords": [
"jsrsasign",
"eidas",
"qualified",
"certificate",
"rfc3739",
"etsi-en-319412-5",
"oid"
],
"author": "Kenji Urushima",
"homepage": "https://github.com/kjur/jsrsasign-addon-qc/",
"license": "MIT",
"bugs": {
"url": "https://github.com/kjur/jsrsasign-addon-qc/issues"
},
"dependencies": {
"jsrsasign": ">=10.7.0"
},
"devDependencies": {
"mocha": "*"
},
"funding": "https://github.com/kjur/jsrsasign#donations",
"badges": {
"list": [
"githubsponsors",
"crypto"
],
"config": {
"githubSponsorsUsername": "kjur",
"cryptoURL": "https://github.com/kjur/jsrsasign#cryptocurrency"
}
}
}