-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 859 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
{
"name": "streaming_server",
"version": "1.0.0",
"description": "Please don't delete again.",
"main": "app.js",
"dependencies": {
"aedes": "^0.44.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"delay": "^4.4.0",
"disk-space": "^1.1.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-throttle-bandwidth": "^1.0.1",
"http": "0.0.1-security",
"http-terminator": "^2.0.3",
"lodash": "^4.17.20",
"morgan": "^1.10.0",
"mqtt": "^4.2.4",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"net": "^1.0.2",
"random-token": "0.0.8",
"websocket-stream": "^5.5.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"STREAM",
"HTTP",
"MQTT",
"MySQL"
],
"author": "RV",
"license": "ISC"
}