-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 945 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
39
40
41
{
"name": "@uwejan/janus-api-mqtt",
"version": "1.0.0",
"description": "Janus WebRTC-Gateway API, using MQTT",
"main": "index.js",
"scripts": {
"test": "eslint ."
},
"engines": {
"node": ">=10.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uwejan/janus-api-mqtt.git"
},
"keywords": [
"janus",
"webrtc",
"mqtt"
],
"author": "uwejan",
"license": "MIT",
"bugs": {
"url": "https://github.com/uwejan/janus-api-mqtt/issues"
},
"homepage": "https://github.com/uwejan/janus-api-mqtt#readme",
"dependencies": {
"paho-mqtt": "^1.1.0",
"sdp": "^3.0.1",
"uuid": "^8.2.0"
},
"devDependencies": {
"eslint": "^7.8.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"webrtc-adapter": "^7.5.0"
}
}