-
Notifications
You must be signed in to change notification settings - Fork 288
/
package.json
40 lines (40 loc) · 852 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
37
38
39
40
{
"name": "cordova-plugin-nativeaudio",
"version": "3.0.9",
"description": "Cordova/PhoneGap Plugin for low latency Native Audio Playback, must have for HTML5 games",
"cordova": {
"id": "cordova-plugin-nativeaudio",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/floatinghotpot/cordova-plugin-nativeaudio.git"
},
"bugs": {
"url": "https://github.com/floatinghotpot/cordova-plugin-nativeaudio/issues"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"music",
"audio",
"game",
"mp3",
"rjfun"
],
"author": {
"name": "Andrew Trice"
},
"contributors": [{
"name": "Andrew Trice"
},{
"name": "Raymond Xie",
"email": "rjfun.mobile@gmail.com"
},{
"name": "Sidney Bofah"
}],
"license": "MIT"
}