-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 885 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
{
"name": "cordova-plugin-apple-pay-google-pay-with-environment",
"version": "1.1.6",
"description": "Cordova plugin for integrating Apple Pay and Google Pay in modern cordova apps",
"cordova": {
"id": "cordova-plugin-apple-pay-google-pay-with-environment",
"platforms": [
"ios",
"android"
]
},
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"applepay",
"googlepay",
"apple pay",
"google pay"
],
"repository": {
"type": "git",
"url": "https://github.com/rareplanet1/cordova-apple-pay-google-pay-with-environment.git"
},
"author": "Oleksii Ratnykov",
"license": "ISC",
"bugs": {
"url": "https://github.com/rareplanet1/cordova-apple-pay-google-pay-with-environment/issues"
},
"homepage": "https://github.com/rareplanet1/cordova-apple-pay-google-pay-with-environment#readme"
}