forked from Festify/cordova-spotify-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 813 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
{
"name": "cordova-spotify-oauth",
"version": "0.1.4",
"description": "Cordova plugin for authenticating with Spotify",
"main": "www/build/spotify-oauth.min.js",
"repository": "https://github.com/Festify/cordova-spotify-oauth.git",
"author": "Festify Dev Team <[email protected]>",
"contributors": [
"Moritz Gunz <[email protected]>",
"Leo Bernard <[email protected]>",
"Marcus Weiner <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Festify/cordova-spotify-oauth.git"
},
"engines": {
"cordovaDependencies": {
"0.1.0": {
"cordova": "^6.0.0 - 7.0.0"
}
}
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"spotify",
"oauth"
]
}