forked from medooze/media-server-demo-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 753 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
{
"name": "medooze-media-server-demo",
"version": "1.0.1",
"description": "Demo application for the Medooze Media Server for Node.js",
"main": "index.js",
"scripts": {
"install": "openssl req -nodes -new -x509 -keyout server.key -out server.cert -subj \"/CN=localhost\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/murillo128/media-server-demo-node.git"
},
"author": "Sergio Garcia Murillo",
"license": "MIT",
"bugs": {
"url": "https://github.com/murillo128/media-server-demo-node/issues"
},
"homepage": "https://github.com/murillo128/media-server-demo-node#readme",
"dependencies": {
"medooze-media-server": "^0.6.0",
"semantic-sdp": "^2.0.0",
"websocket": "^1.0.24"
}
}