UNPKG

react-native-spotify-web-api

Version:
36 lines (35 loc) 776 B
{ "name": "react-native-spotify-web-api", "version": "2.5.1", "homepage": "https://github.com/bbdroid/react-native-spotify-web-api", "description": "A React Native wrapper for Spotify's Web API", "main": "./src/index.js", "author": "Ato", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bbdroid/react-native-spotify-web-api" }, "dependencies": { "superagent": "^2.0.0", "buffer": "^5.1.0" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0", "redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0" }, "keywords": [ "spotify", "echonest", "music", "api", "wrapper", "client", "web api", "react-native", "react" ], "engines": { "node": ">=0.4.x" } }