-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 937 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
{
"name": "kaltura_room_manager_nodejs_sample",
"description": "Simple node app to be used as reference for building an interface to manager newrow Kaltura Meeting rooms",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/kaltura-vpaas/kaltura-room-manager-nodejs.git"
},
"dependencies": {
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"kaltura-client": "^16.0.0",
"morgan": "~1.9.1",
"pug": "^3.0.0"
},
"keywords": [
"kaltura",
"webrtc",
"meetings",
"virtual events",
"embed"
],
"author": "Kaltura Inc.",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/kaltura-vpaas/kaltura-room-manager-nodejs/issues"
},
"homepage": "https://pitch.kaltura-pitch.com/message/b68f06feaf6245816ec0c14f770ba97589c8f0c2a70d4cd038f2b2b94ed4"
}