-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 878 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
{
"name": "cordova-plugin-save-video",
"version": "0.2.5",
"cordova": {
"id": "cordova-plugin-save-video",
"platforms": [
"ios",
"android"
]
},
"description": "This plugin allows you to save an video file to the iOS Photo Library or Android Gallery.",
"repository": {
"type": "git",
"url": "https://github.com/anasfullstack/SaveVideo"
},
"issue": "https://github.com/anasfullstack/SaveVideo/issues",
"keywords": [
"video",
"photo library",
"camera roll",
"ionic",
"cordova",
"ecosystem:cordova",
"cordova-ios"
],
"engines": [{
"name": "cordova",
"version": ">=3.0.0"
}],
"author": {
"name": "Quiply Technologies GmbH",
"email": "[email protected]",
"url": "http://www.quiply.com"
},
"license": "MIT",
"homepage": "https://github.com/anasfullstack/SaveVideo#readme"
}