-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 952 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
31
32
33
34
35
36
37
38
{
"version": "2.0.6",
"name": "branch-cordova-sdk",
"description": "Branch Metrics Cordova SDK",
"main": "www/branch.js",
"homepage": "https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK",
"repository": {
"type": "git",
"url": "https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK.git"
},
"bugs": {
"url": "https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK/issues"
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"ecosystem:ionic",
"cordova-ios",
"cordova-android",
"branch",
"linking",
"deep linking",
"universal links",
"deferred deep linking"
],
"platforms": [
"android",
"ios"
],
"license": "MIT",
"dependencies": {
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
"plist": "^1.2.0",
"rimraf": "^2.5.2",
"xml2js": "^0.4.16"
}
}