-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.39 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "webrtc-mcu",
"version": "0.0.1",
"description": "intel webrtc mcu manage service",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "./mcu.js",
"dependencies": {
"amqplib": "^0.5.2",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"chalk": "^2.4.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"decimal.js": "^10.0.1",
"ejs": "^2.5.8",
"express": "^4.16.3",
"http-proxy": "^1.17.0",
"moment": "^2.22.1",
"mongodb": "^3.0.5",
"nodemailer": "^4.6.4",
"pg-promise": "^8.4.4",
"redis": "^2.8.0",
"toml": "^2.3.3",
"uuid": "^3.2.1",
"ws": "^5.1.1"
},
"devDependencies": {},
"keywords": [
"intel",
"webrtc",
"nodejs",
"javascript"
],
"author": {
"name": "Mr.Panda",
"email": "[email protected]",
"url": "https://github.com/xivistudios"
},
"engines": {
"node": ">=8.1"
},
"homepage": "https://github.com/xivistudios/webrtc-mcu",
"repository": {
"type": "git",
"url": "https://github.com/xivistudios/webrtc-mcu.git"
},
"bugs": {
"url": "https://github.com/xivistudios/webrtc-mcu",
"email": "[email protected]"
},
"license": "MIT"
}