-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 905 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
{
"name": "branch-cordova-sdk",
"description": "Branch Metrics Cordova SDK",
"main": "src/index.js",
"version": "4.1.3",
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
"repository": {
"type": "git",
"url": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking.git"
},
"bugs": {
"url": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/issues"
},
"platforms": [
"android",
"ios"
],
"license": "MIT",
"engines": [
{
"name": "cordova",
"version": ">=8.0.0"
}
],
"dependencies": {
"fs": "0.0.1-security",
"glob": "^7.1.4",
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
"plist": "^3.0.1",
"request": "^2.85.0",
"shelljs": "^0.8.3",
"xcode": "^2.0.0",
"xml2js": "^0.4.19"
},
"devDependencies": {}
}