forked from nordnet/cordova-universal-links-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "cordova-plugin-deeplinks",
"version": "1.3.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-plugin-deeplinks",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "[email protected]:e-imaxina/cordova-plugin-deeplinks.git"
},
"keywords": [
"cordova",
"links",
"universal",
"deep links",
"universal links",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"ios",
"android"
],
"dependencies": {
"mkpath": "^1.0.0",
"xml2js": "0.5.0",
"rimraf": "^5.0.0",
"node-version-compare": "^1.0.3",
"plist": "^3.0.6",
"glob": "^7.2.3",
"xcode": "^2.1.0",
"shelljs": "^0.8.5"
},
"author": "Nikolay Demyankov for Nordnet Bank AB",
"license": "MIT",
"bugs": {
"url": "https://github.com/e-imaxina/cordova-plugin-deeplinks/issues"
},
"homepage": "https://github.com/e-imaxina/cordova-plugin-deeplinks#readme"
}