forked from e-imaxina/cordova-plugin-deeplinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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-plugin-deeplinks",
"version": "1.1.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": "git@github.com:e-imaxina/cordova-plugin-deeplinks.git"
},
"keywords": [
"cordova",
"links",
"universal",
"deep links",
"universal links",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"ios",
"android"
],
"engines": {
"cordova-ios": ">=3.8",
"cordova-android": ">=4"
},
"dependencies": {
"mkpath": ">=1.0.0",
"xml2js": "~0.4.0",
"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/e-imaxina/cordova-plugin-deeplinks/issues"
},
"homepage": "https://github.com/e-imaxina/cordova-plugin-deeplinks#readme",
"devDependencies": {
"standard-version": "^7.0.0"
},
"scripts": {
"release": "standard-version"
}
}