mirror of
https://github.com/SrIzan10/stream-rtmp.git
synced 2026-05-01 11:05:17 +00:00
26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"name": "rtmpserver",
|
|
"version": "1.0.0",
|
|
"description": "Real Time Messaging Protocol Server",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tom2kota/stream-rtmp.git"
|
|
},
|
|
"keywords": [
|
|
"rtmp"
|
|
],
|
|
"author": "Tom Kota",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/tom2kota/stream-rtmp/issues"
|
|
},
|
|
"homepage": "https://github.com/tom2kota/stream-rtmp#readme",
|
|
"dependencies": {
|
|
"node-media-server": "^2.1.9"
|
|
}
|
|
}
|