forked from AubreyHewes/cordova-background-audio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 902 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
{
"version": "1.1.0",
"name": "nl.kingsquare.cordova.background-audio",
"description": "\n\t\tBackground Audio for iOS\n\n\t\tWhen included within a cordova/phonegap build then the application will support background audio for iOS\n\t\tout of the box. No further action is necessary.\n\n\t\tThis negates having to use location/other solutions that may not be accepted by Apple.\n\t",
"license": "MIT",
"cordova": {
"id": "nl.kingsquare.cordova.background-audio",
"platforms": [
"ios"
]
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-ios",
"phonegap",
"background-audio",
"background",
"audio",
"media",
"ios"
],
"repository": {
"type": "git",
"url": "https://github.com/AubreyHewes/cordova-background-audio.git"
},
"bugs": {
"url": "https://github.com/AubreyHewes/cordova-background-audio/issues"
}
}