librecast-live
Version:
Live Streaming Video Platform with IPv6 Multicast
38 lines (37 loc) • 856 B
JSON
{
"name": "librecast-live",
"version": "0.0.0",
"description": "Live Streaming Video Platform with IPv6 Multicast",
"main": "src/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"build": "make",
"lint": "standard --global store --global sodium --global LIBRECAST src/",
"test": "qunit"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/librecast/librecast-live.git"
},
"keywords": [
"Librecast",
"Multicast",
"Video",
"Live",
"Livestream",
"Streaming"
],
"author": "Brett A C Sheffield <bacs@librecast.net> (http://brettsheffield.com/)",
"license": "GPL-2.0-only OR GPL-3.0-only",
"dependencies": {
"librecast": "^0.0.0",
"librecast-auth": "^0.0.1"
},
"devDependencies": {
"he": "^1.2.0",
"standard": "^17.0.0"
}
}