transcend-spotify-components-react
Version:
Various react components to display spotify data using Transcend
34 lines (33 loc) • 997 B
JSON
{
"name": "transcend-spotify-components-react",
"version": "1.0.0",
"description": "Various react components to display spotify data using Transcend",
"main": "js/transcend-spotify-components-react.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transcend-inc/transcend-spotify-components-react.git"
},
"keywords": [
"spotify",
"transcend",
"react",
"components"
],
"author": "Michael Farrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/transcend-inc/transcend-spotify-components-react/issues"
},
"homepage": "https://github.com/transcend-inc/transcend-spotify-components-react#readme",
"dependencies": {
"react": "^15.6.1",
"react-bootstrap-table": "^4.0.3",
"transcend-formats": "^1.0.4",
"transcend-helpers": "^1.0.1",
"transcend-plots-react": "^1.0.2",
"transcend-spotify-columns-react": "^1.0.0"
}
}