-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 863 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
{
"name": "cordova.plugin.ingenico",
"version": "0.0.34",
"description": "This plugin provides ingenico integration for Android.",
"cordova": {
"id": "cordova.plugin.ingenico",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/patelmayankce/cordova.plugin.ingenico.git"
},
"keywords": [
"ionic",
"cordova",
"ingenico",
"cordova-android"
],
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova": ">100"
}
}
},
"author": "Mayank Patel",
"license": "",
"bugs": {
"url": "https://github.com/patelmayankce/cordova.plugin.ingenico/issues"
},
"homepage": "https://github.com/patelmayankce/cordova.plugin.ingenico"
}