-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 783 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 783 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
{
"name": "node-tls-example",
"version": "0.0.1",
"description": "Example TLS, MQTT, HTTPS and websocket clients and servers. With SSL cert instructions.",
"main": "tls-client.js",
"dependencies": {
"basic-auth": "^1.0.3",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"morgan": "^1.7.0",
"mqtt": "^1.7.2",
"socket.io": "^2.4.0",
"socket.io-client": "^2.4.0",
"snyk": "^1.25.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/ZiCog/node-tls-example"
},
"author": "ZiCog",
"license": "BSD",
"private": true,
"snyk": true
}