forked from EddyVerbruggen/Custom-URL-scheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 884 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
{
"name": "cordova-plugin-customurlscheme",
"version": "4.3.0",
"description": "Launch your app by using this URL: mycoolapp://, you can add a path and even pass params like this: mycoolerapp://somepath?foo=bar",
"cordova": {
"id": "cordova-plugin-customurlscheme",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mhitra/cordova-plugin-customurlscheme.git"
},
"keywords": [
"Custom URL Scheme",
"URLscheme",
"URL scheme",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"author": "Eddy Verbruggen <[email protected]> (https://github.com/EddyVerbruggen)",
"license": "MIT",
"bugs": {
"url": "https://github.com/EddyVerbruggen/Custom-URL-scheme/issues"
},
"homepage": "https://github.com/EddyVerbruggen/Custom-URL-scheme#readme"
}