-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
{
"name": "jsrsasign-addon-jpcorpreg",
"version": "0.9.2",
"description": "jsrsasign addon for corporate registration certificate in Japan",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/kjur/jsrsasign-addon-jpcorpreg.git"
},
"keywords": [
"jsrsasign",
"corporation",
"registration",
"japan",
"ministory",
"justice",
"oid",
"x509",
"extension",
"parser"
],
"author": "Kenji Urushima",
"homepage": "https://github.com/kjur/jsrsasign-addon-jpcorpreg/",
"license": "MIT",
"bugs": {
"url": "https://github.com/kjur/jsrsasign-addon-jpcorpreg/issues"
},
"dependencies": {
"jsrsasign": ">=10.8.1"
},
"devDependencies": {
"mocha": "*"
},
"funding": "https://github.com/kjur/jsrsasign#donations",
"badges": {
"list": [
"githubsponsors",
"crypto"
],
"config": {
"githubSponsorsUsername": "kjur",
"cryptoURL": "https://github.com/kjur/jsrsasign#cryptocurrency"
}
}
}