forked from euruspro/cordova-universal-links-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.23 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "cordova-universal-links-plugin",
"version": "1.2.1",
"description": "Cordova plugin to add in your application support for Universal Links (iOS 9) and Deep Links (Android). Basically, open application through the link in the browser.",
"cordova": {
"id": "cordova-universal-links-plugin",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/nordnet/cordova-universal-links-plugin.git"
},
"keywords": [
"cordova",
"links",
"universal",
"deep links",
"universal links",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"ios",
"android"
],
"engines": [
{
"name": "cordova-ios",
"version": ">=3.8"
},
{
"name": "cordova-android",
"version": ">=4"
}
],
"dependencies": {
"mkpath": ">=1.0.0",
"xml2js": ">=0.4",
"rimraf": ">=2.4",
"node-version-compare": ">=1.0.1",
"plist": ">=1.2.0"
},
"author": "Nikolay Demyankov for Nordnet Bank AB",
"license": "MIT",
"bugs": {
"url": "https://github.com/nordnet/cordova-universal-links-plugin/issues"
},
"homepage": "https://github.com/nordnet/cordova-universal-links-plugin#readme"
}