forked from ionic-team/ionic-plugin-deeplinks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 736 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 736 Bytes
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
{
"name": "ionic-plugin-deeplinks",
"version": "1.0.24",
"cordova": {
"id": "ionic-plugin-deeplinks",
"platforms": [
"android",
"ios"
]
},
"description": "Ionic Deeplinks Plugin",
"repository": "https://github.com/ionic-team/ionic-plugin-deeplinks.git",
"issue": "https://github.com/ionic-team/ionic-plugin-deeplinks/issues",
"keywords": [
"ionic",
"cordova",
"deeplink",
"deeplinks",
"mobile",
"hybrid",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"dependencies": {
"mkpath": ">=1.0.0",
"xml2js": ">=0.4",
"node-version-compare": ">=1.0.1",
"plist": ">=1.2.0"
},
"author": "Max Lynch <max@ionic.io>",
"license": "MIT"
}