-
-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
44 lines (44 loc) · 1.04 KB
/
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
41
42
43
44
{
"name": "cordova-plugin-audioinput",
"version": "1.0.3",
"description": "This cordova plugin enables audio capture from the device microphone, by in (near) real-time forwarding raw audio data to the web layer of your application.",
"cordova": {
"id": "cordova-plugin-audioinput",
"platforms": [
"android",
"ios"
]
},
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/edimuj/cordova-plugin-audioinput.git"
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-android",
"cordova-ios",
"cordova plugin",
"ios",
"android",
"cordova",
"web-audio-api",
"web audio api",
"web audio",
"waapi",
"microphone",
"mic",
"audio",
"input",
"source",
"AudioNode",
"phonegap"
],
"author": "Edin Mujkanovic",
"license": "MIT",
"bugs": {
"url": "https://github.com/edimuj/cordova-plugin-audioinput/issues"
},
"homepage": "https://github.com/edimuj/cordova-plugin-audioinput#readme"
}