sp-conformance
Version:
Suite of tests designed to determine whether a Streamplace instance does the things that a Streamplace instance oughta do
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "sp-conformance",
"version": "0.2.0",
"description": "Suite of tests designed to determine whether a Streamplace instance does the things that a Streamplace instance oughta do",
"main": "package.json",
"scripts": {
"conformance-tests": "jest",
"test": "echo 'designed to be run in docker via npm run conformance-tests'"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/streamplace/streamplace.git"
},
"keywords": [
"Streamplace"
],
"jest": {
"bail": true,
"testEnvironment": "node"
},
"author": "Streamplace Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/streamplace/streamplace/issues"
},
"homepage": "https://github.com/streamplace/streamplace#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-preset-streamplace": "0.0.3",
"jest": "^22.4.2"
},
"dependencies": {
"fluent-ffmpeg": "^2.1.2",
"sp-client": "0.2.0",
"sp-ffmpeg": "0.2.0"
},
"babel": {
"presets": [
"streamplace"
]
}
}