-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "cordova-plugin-impac-inapppayment",
"version": "1.0.10",
"description": "An Cordova plugin for iOS and Android that allows to make in app payments for auto renewable subscriptions.",
"cordova": {
"id": "cordova-plugin-impac-inapppayment",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ImpacGroup/cordova-plugin-impac-inapppayment.git"
},
"keywords": [
"cordova",
"android",
"ios",
"inapppayment",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"Storekit",
"Google Play Billing",
"Subscriptions"
],
"engines": {
"cordovaDependencies": {
"1.0.0": {
"cordova-android": ">10.0.0",
"cordova-ios": ">5.0.0",
"cordova-plugin-android-support-v7-appcompat": "1.0.0"
}
}
},
"author": "Impac GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/ImpacGroup/cordova-plugin-impac-inapppayment/issues"
},
"homepage": "https://github.com/ImpacGroup/cordova-plugin-impac-inapppayment#readme"
}