导入数据库表和音视频demo
This commit is contained in:
24
media-server-demo-node/package.json
Normal file
24
media-server-demo-node/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "medooze-media-server-demo",
|
||||
"version": "1.1.0",
|
||||
"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",
|
||||
"semantic-sdp": "^3",
|
||||
"websocket": "^1.0.26"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user