forked from google/cordova-plugin-browsertab
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 854 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
{
"name": "@lucario/cordova-plugin-browsertab",
"version": "0.2.2",
"description": "In-app browser tabs for Android and iOS",
"cordova": {
"id": "cordova-plugin-browsertab",
"platforms": [
"android"
]
},
"keywords": [
"sfsafariviewcontroller",
"custom-tabs",
"browser-tabs",
"browser",
"ionic"
],
"author": "Google, Inc.",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsLucario/cordova-plugin-browsertab.git"
},
"bugs": {
"url": "https://github.com/itsLucario/cordova-plugin-browsertab/issues"
},
"homepage": "https://github.com/itsLucario/cordova-plugin-browsertab#readme"
}