forked from clovelCed/cordova-plugin-audiomanagement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1022 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
{
"version": "1.0.3",
"name": "@e-is/cordova-plugin-audiomanagement",
"cordova_name": "Audio management plugin",
"description": "A plugin to manage audio mode and volume",
"license": "Apache 2.0",
"repo": "https://github.com/e-is/cordova-plugin-audiomanagement",
"issue": "https://github.com/e-is/cordova-plugin-audiomanagement/issues",
"repository": {
"type": "git",
"url": "https://github.com/e-is/cordova-plugin-audiomanagement"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"device",
"audio",
"volume",
"vibrate"
],
"platforms": [
"android"
],
"englishdoc": "",
"author": "Cédric CLOVEL",
"contributors": [
{
"name": "Scott Waring",
"url": "https://github.com/ScottWaring"
},
{
"name": "E-IS",
"url": "https://github.com/e-is"
}
],
"publishConfig": {
"access": "public"
}
}