-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 814 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
{
"name": "ssl-config",
"version": "1.0.0",
"description": "Allows you to specify SSL/TLS cipher suites based on both security and browser compatibility.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/mikemaccana/ssl-config.git"
},
"engines" : {
"node" : ">=0.12"
},
"keywords": [
"tls",
"ssl",
"browser"
],
"author": "Mike MacCana <mike.maccana@gmail.com>",
"contributors": [
"Alex Jordan <alex@strugee.net>"
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mikemaccana/ssl-config/issues"
},
"homepage": "https://github.com/mikemaccana/ssl-config",
"dependencies": {
"assert": "^1.3.0",
"es6-shim": "^0.27.1",
"minimum-tls-version": "0.0.1"
}
}