-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathpackage.json
40 lines (40 loc) · 931 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
40
{
"name": "cordova-plugin-video-player",
"version": "1.0.1",
"description": "A Codova plugin that simply allows you to immediately play a video in fullscreen mode.",
"cordova": {
"id": "cordova-plugin-video-player",
"platforms": [
"android",
"ios"
]
},
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova": ">100"
}
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moust/cordova-plugin-videoplayer.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova",
"video",
"player",
"fullscreen"
],
"author": "Quentin Aupetit",
"license": "MIT",
"bugs": {
"url": "https://github.com/moust/cordova-plugin-videoplayer/issues"
},
"homepage": "https://github.com/moust/cordova-plugin-videoplayer#readme"
}