forked from emj365/cordova-plugin-audio-recorder-api
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 839 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
{
"version": "0.0.8",
"name": "cordova-plugin-audio-recorder-api",
"cordova_name": "AudioRecorderAPI",
"description": "This plugin is a Cordova audio recorder plugin which works as API.",
"license": "MIT",
"platforms": [
"android"
],
"engines": [
{
"name": "cordova",
"version": ">=6.0.0"
}
],
"cordova": {
"id": "cordova-plugin-audio-recorder-api",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/emj365/cordova-plugin-audio-recorder-api.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"author": "emj365",
"bugs": {
"url": "https://github.com/emj365/cordova-plugin-audio-recorder-api/issues"
},
"homepage": "https://github.com/emj365/cordova-plugin-audio-recorder-api#readme"
}