-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
35 lines (35 loc) · 892 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": "cordova-spotify",
"version": "0.5.0",
"description": "Spotify SDK bindings for Cordova Applications",
"repository": {
"type": "git",
"url": "git+https://github.com/Festify/cordova-spotify.git"
},
"engines": {
"cordovaDependencies": {
"0.2.2": {
"cordova": "^6.0.0 - 7.0.0"
}
}
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"spotify",
"sdk"
],
"author": "Festify Dev Team <[email protected]>",
"contributors": [
"Moritz Gunz <[email protected]>",
"Leo Bernard <[email protected]>",
"Marcus Weiner <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Festify/cordova-spotify/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/Festify/cordova-spotify#readme"
}