UNPKG

sp-media-player

Version:
45 lines (44 loc) 1.13 kB
{ "name": "sp-media-player", "version": "0.2.0", "description": "Streamplace Media Player", "main": "dist/sp-media-player.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 0", "start": "webpack --watch" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/streamplace/streamplace.git" }, "keywords": [ "Streamplace", "Media", "Player" ], "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.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "copy-webpack-plugin": "^4.4.1", "css-loader": "^0.28.9", "file-loader": "^1.1.6", "react": "^16.2.0", "style-loader": "^0.20.1", "styled-components": "^3.1.6", "webpack": "^3.10.0" }, "dependencies": { "dashjs": "^2.6.5", "react-dom": "^16.2.0", "video.js": "^6.6.3", "videojs-contrib-dash": "^2.9.2" } }