UNPKG

sp-compositor

Version:

Electron app that turns websites into video streams

50 lines (49 loc) 1.18 kB
{ "name": "sp-compositor", "version": "0.2.0", "description": "Electron app that turns websites into video streams", "main": "dist/sp-compositor.js", "scripts": { "test": "echo \"no test specified\" && exit 0", "dev": "babel -d dist src -w -s --copy-files", "prepare": "babel -d dist src -s --copy-files" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/streamplace/streamplace.git" }, "keywords": [ "Streamplace", "Video", "Electron", "WebRTC", "Capture", "Stream" ], "author": "Streamplace Inc.", "license": "Apache-2.0", "bugs": { "url": "https://github.com/streamplace/streamplace/issues" }, "homepage": "https://github.com/streamplace/streamplace#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-preset-streamplace": "0.0.3" }, "dependencies": { "ansi-styles": "^3.2.1", "console.style": "^0.2.2", "debug": "^3.1.0", "electron": "^1.8.2", "polished": "^1.9.2", "sp-builder": "0.2.0", "sp-client": "0.2.0", "sp-ffmpeg": "0.2.0" }, "babel": { "presets": [ "streamplace" ] } }