-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
25 lines (25 loc) · 965 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
{
"name": "ExternalScreen-iOS",
"version": "1.1.0",
"description": "\n This plugin allows you to use an external screen on iOS devices using either AirPlay or a VGA cable adapter.\n The external screen uses a UIWebView, that is controlled via Javascript APIs.\n This plugin is originally by Andrew Trice.\n Ported/enhanced for PhoneGap 3.0 plugman by pearj and mxparajuli.\n Updated for Cordova 6.x by matthijsbierman.\n ",
"cordova": {
"id": "nl.geckotech.cordova.plugins.external-screen",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/geckotechnl/ExternalScreen-iOS.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/geckotechnl/ExternalScreen-iOS/issues"
},
"homepage": "https://github.com/geckotechnl/ExternalScreen-iOS#readme"
}