sp-streams
Version:
Streamplace Streams for Piping Video Around and Stuff
49 lines (48 loc) • 1.21 kB
JSON
{
"name": "sp-streams",
"version": "0.2.0",
"babel": {
"presets": [
"streamplace"
]
},
"description": "Streamplace Streams for Piping Video Around and Stuff",
"main": "dist/sp-streams.js",
"scripts": {
"test-in-container": "if [ -n \"${CI+set}\" ]; then jest -i --forceExit; fi",
"start": "babel -d dist -s -w src",
"prepare": "babel -d dist src"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/streamplace/streamplace.git"
},
"keywords": [
"Streamplace"
],
"author": "Streamplace",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/streamplace/streamplace/issues"
},
"homepage": "https://github.com/streamplace/streamplace#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-streamplace": "0.0.3",
"jest": "^22.4.2",
"jest-cli": "^22.4.3",
"xml2js": "^0.4.19"
},
"dependencies": {
"@streamplace/minio": "^3.1.4",
"debug": "^2.6.8",
"express": "^4.16.2",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^5.0.0",
"minio": "^3.1.3",
"sp-ffmpeg": "0.2.0",
"tmp": "0.0.33",
"tmp-promise": "^1.0.4"
}
}