Lightweight node app to use in place of plex to self host your video and movie collections. Running on just under 50MB of ram this is ideal for people looking to host videos on minimal hardware.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

32 rader
836 B

{
"name": "HomeBrewPlex",
"version": "1.0.0",
"description": "Light weight alternative for Plex",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrtechs/HomeBrewPlex.git"
},
"author": "Jeffery Russell",
"license": "MPL 2.0",
"bugs": {
"url": "https://github.com/jrtechs/HomeBrewPlex/issues"
},
"homepage": "https://github.com/jrtechs/HomeBrewPlex#readme",
"dependencies": {
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"download-file": "^0.1.5",
"express": "^4.16.4",
"express-session": "^1.15.6",
"ffmpeg-generate-video-preview": "^1.0.3",
"fs": "0.0.2",
"path": "^0.12.7",
"url": "^0.11.0",
"whiskers": "^0.4.0"
}
}