UNPKG

playercast

Version:

Cast to media player and control playback remotely

60 lines (59 loc) 1.27 kB
{ "name": "playercast", "version": "2.0.0", "description": "Cast to media player and control playback remotely", "main": "lib/index.js", "files": [ "app.js", "lib/", "images/" ], "bin": { "playercast": "./app.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "pkg": { "assets": [ "images/" ] }, "repository": { "type": "git", "url": "git+https://github.com/Rafostar/playercast.git" }, "keywords": [ "media", "video", "music", "stream", "cast", "player" ], "author": "Rafostar", "license": "GPL-3.0", "bugs": { "url": "https://github.com/Rafostar/playercast/issues" }, "homepage": "https://rafostar.github.io/playercast", "dependencies": { "body-parser": "^1.19.0", "cec-controller": "^1.4.0", "cli-cursor": "^3.1.0", "express": "^4.17.1", "ffmpeg-extract": "^1.0.1", "internal-ip": "^5.0.0", "media-player-controller": "^1.4.2", "mime-types": "^2.1.26", "minimist": "^1.2.5", "multicast-dns": "^7.2.1", "multicast-scanner": "^2.2.3", "socket.io": "^2.3.0", "socket.io-client": "^2.2.0" }, "devDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": "^5.0.2" } }