forked from Emmarock/cordova-payment-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 804 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
{
"name": "cordova-isw-payment-plugin",
"version": "1.0.0",
"description": "Cordova Payment Plugin Powered by Interswitch",
"cordova": {
"id": "cordova-isw-payment-plugin",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/AyoGitNg/cordova-payment-plugin.git"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"interswitch",
"payment"
],
"engines": {
"cordovaDependencies": {
"1.0.0": {
"cordova-ios": ">=4.4.0",
"cordova-android": ">6.2.3",
"cordova": ">=7.0.0"
}
}
},
"author": "Interswitch Limited",
"license": "MIT"
}