dash-player/package.json
2018-07-26 18:00:18 -04:00

43 lines
1.5 KiB
JSON

{
"name": "dash-player",
"version": "0.0.1",
"description": "A Dash component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia, Mixcloud, and DailyMotion.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/plotly/dash-player.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/plotly/dash-player/issues"
},
"homepage": "https://github.com/plotly/dash-player",
"scripts": {
"copy-lib": "copyfiles -u 1 lib/* dash_player",
"demo": "builder run demo",
"install-local": "npm run copy-lib && python setup.py install",
"prepublish": "npm test && builder run build-dist && npm run copy-lib",
"publish-all": "npm publish && python setup.py sdist upload",
"publish-pypi": "npm run prepublish && python setup.py sdist upload",
"start": "builder run build-dev",
"test": "builder run check",
"test-watch": "builder run test-frontend-watch",
"test-debug": "builder run test-frontend-debug",
"uninstall-local": "pip uninstall dash-player -y"
},
"dependencies": {
"builder": "3.2.2",
"copyfiles": "^1.2.0",
"dash-components-archetype": "^0.2.11",
"prop-types": "^15.5.9",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-player": "^1.6.4"
},
"devDependencies": {
"dash-components-archetype-dev": "^0.2.11",
"enzyme": "^2.8.2",
"react-test-renderer": "^15.5.4"
}
}