sp-broadcaster
Version:
I'm the container that runs Streamplace broadcasts!
41 lines (40 loc) • 936 B
JSON
{
"name": "sp-broadcaster",
"version": "0.2.0",
"description": "I'm the container that runs Streamplace broadcasts!",
"main": "dist/sp-broadcaster.js",
"scripts": {
"prepare": "babel -s -d dist src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streamplace/streamplace.git"
},
"keywords": [
"Streamplace"
],
"author": "Streamplace Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/streamplace/streamplace/issues"
},
"homepage": "https://github.com/streamplace/streamplace#readme",
"dependencies": {
"debug": "^3.1.0",
"sp-builder": "0.2.0",
"sp-client": "0.2.0",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-streamplace": "0.0.3",
"babel-watch": "^2.0.7",
"sp-ffmpeg": "0.2.0"
},
"babel": {
"presets": [
"streamplace"
]
}
}