forked from danielsogl/cordova-plugin-video-capture-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 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
{
"name": "cordova-plugin-video-capture-plus",
"version": "1.0.0",
"description": "\n If you want HD video recording, starting with the front camera by default, or\n use an (transparent PNG) overlay during recording (iOS only feature)? Look no further!\n All options of the default plugin are available as well, so you can still set a\n duration limit etc.\n ",
"cordova": {
"id": "nl.x-services.plugins.videocaptureplus",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielsogl/cordova-plugin-video-capture-plus.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Daniel Sogl",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielsogl/cordova-plugin-video-capture-plus/issues"
},
"homepage": "https://github.com/danielsogl/cordova-plugin-video-capture-plus#readme"
}