cordova-plugin-cashfree-pg
Version:
Cordova/Ionic/Phonegap plugin for Cashfree's Mobile payments SDKs
45 lines (44 loc) • 1.08 kB
JSON
{
"name": "cordova-plugin-cashfree-pg",
"version": "1.0.8",
"cordova": {
"id": "cordova-plugin-cashfree-pg",
"platforms": [
"android",
"ios"
]
},
"author": "Cashfree Developers <developer@cashfree.com> (https://cashfree.com/)",
"description": "Cordova/Ionic/Phonegap plugin for Cashfree's Mobile payments SDKs",
"repository": {
"type": "git",
"url": "git+https://github.com/cashfree/cordova-plugin-cashfree.git"
},
"license": "ISC",
"main": "dist/CFPaymentGateway.js",
"type": "module",
"types": "dist/CFPaymentGateway.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cashfree",
"ecosystem:cordova",
"cordova",
"phonegap",
"ionic",
"cordova-android",
"cordova-ios",
"cordova-plugin-cashfree-pg"
],
"dependencies": {
"cashfree-pg-api-contract": "^2.0.7"
},
"bugs": {
"url": "https://github.com/cashfree/cordova-plugin-cashfree/issues"
},
"devDependencies": {
"@types/node": "^18.6.4",
"typescript": "^4.1.3"
}
}