-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1 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
{
"name": "@passmarked/ssl",
"version": "1.0.10",
"description": "Rules that relate to checking the SSL configuration of each individual resolved server from the domain to ensure locked down config with the broadest compatibility",
"main": "index.js",
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"test": "NODE_ENV=testing mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:passmarked/ssl.git"
},
"keywords": [
"ssl",
"passmarked",
"passmark",
"security",
"standards",
"test",
"suite",
"tls",
"sslv2",
"sslv3",
"poodle",
"heartbleed",
"crime",
"openssl"
],
"author": "Passmarked <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"async": "^0.7.0",
"cheerio": "^0.22.0",
"heartbleed-check": "^1.0.0",
"mocha": "^2.5.3",
"moment": "^2.13.0",
"passmarked": "*",
"pem": "^1.7.2",
"request": "^2.39.0",
"string": "^3.3.0",
"underscore": "^1.6.0"
}
}