forked from thelinmichael/spotify-web-api-node
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 776 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}
}