-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathpackage.json
33 lines (33 loc) · 959 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
{
"name": "medooze-media-server",
"version": "0.4.1",
"description": "WebRTC Media Server by Medooze",
"main": "index.js",
"scripts": {
"install": "node-gyp rebuild -j 4",
"docs": "documentation build lib/MediaServer.js lib/*.js node_modules/semantic-sdp/lib/*.js --shallow -o docs -f html",
"package" : "tar cvzf build/medooze-media-server.tgz external/* media-server/* lib/* package.json index.js binding.gyp README.md src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/medooze/media-server-node.git"
},
"keywords": [
"webrtc",
"media",
"server",
"sfu"
],
"author": "Sergio Garcia Murillo",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/medooze/media-server-node/issues"
},
"homepage": "https://github.com/medooze/media-server-node#readme",
"dependencies": {
"lfsr": "0.0.3",
"semantic-sdp": "^2.0.0",
"uuid": "^3.0.1"
}
}