-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 892 Bytes
/
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
{
"name": "crllint",
"version": "1.0.0",
"description": "CRL conformance checks",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"chai": "^4.3.4",
"chai-datetime": "^1.8.0",
"chai-http": "^4.3.0",
"chai-match": "^1.1.1",
"eslint": "^8.5.0",
"eslint-plugin-mocha": "^10.0.3",
"jsrsasign": "^10.5.1",
"mocha": "^10.0.0",
"mocha-junit-reporter": "^2.0.2"
},
"engines": {
"node": ">=16"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Feelemoon/crl-lint.git"
},
"keywords": [
"RFC2585",
"RFC5280",
"CAB-BR",
"CRL",
"x509"
],
"author": "Heiko Ronsdorf",
"license": "ISC",
"bugs": {
"url": "https://github.com/Feelemoon/crl-lint/issues"
},
"homepage": "https://github.com/Feelemoon/crl-lint#readme"
}