-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
34
35
36
37
{
"name": "cordova-plugin-safariviewcontroller",
"version": "2.0.0",
"description": "Forget InAppBrowser for iOS - this is way better for displaying read-only web content in your PhoneGap app.",
"cordova": {
"id": "cordova-plugin-safariviewcontroller",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller.git"
},
"keywords": [
"InAppBrowser",
"InAppSafariBrowser",
"Safari",
"Safari ViewController",
"Chrome Custom Tabs",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Eddy Verbruggen <[email protected]> (https://github.com/EddyVerbruggen)",
"license": "MIT",
"bugs": {
"url": "https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller/issues"
},
"homepage": "https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller#readme"
}