-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
36 lines (36 loc) · 958 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
36
{
"name": "react-native-spotify",
"version": "2.0.3",
"description": "A native module that allows you to use the Spotify SDK API (IOS) with JavaScript through react-native.",
"main": "index.js",
"scripts": {
"release": "xyz --script scripts/update-example.sh --increment",
"test": "echo \"TODO: specify tests\" && exit 0"
},
"files": [
"/src",
"/README.md",
"/LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/viestat/react-native-spotify.git"
},
"keywords": [
"Spotify",
"react-native",
"react native",
"native",
"react-native-spotify",
"SDK"
],
"author": "Andres Viesca <[email protected]> (https://github.com/viestat)",
"license": "ISC",
"bugs": {
"url": "https://github.com/viestat/react-native-spotify/issues"
},
"homepage": "https://github.com/viestat/react-native-spotify#readme",
"devDependencies": {
"xyz": "^2.1.0"
}
}