-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 839 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
{
"name": "tlstools",
"version": "1.4.0",
"description": "CLI tool to analyze, troubleshoot or inspect SSL certificates, requests or keys",
"main": "tls.js",
"dependencies": {
"clipboardy": "^2.3.0",
"colors": "^1.4.0",
"commander": "^6.1.0",
"openssl-cert-tools": "^1.4.3",
"request": "^2.88.2",
"shelljs": "^0.8.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frdmn/tlstools.git"
},
"keywords": [
"tls",
"tls",
"tools"
],
"author": "Jonas Friedmann <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/frdmn/tlstools/issues"
},
"homepage": "https://github.com/frdmn/tlstools#readme",
"bin": {
"tls": "tls.js"
}
}