forked from cashfree/cordova-plugin-cashfree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.06 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
44
{
"name": "cordova-plugin-cashfree-pg",
"version": "1.0.6",
"cordova": {
"id": "cordova-plugin-cashfree-pg",
"platforms": [
"android",
"ios"
]
},
"author": "Cashfree Developers <[email protected]> (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.5"
},
"bugs": {
"url": "https://github.com/cashfree/cordova-plugin-cashfree/issues"
},
"devDependencies": {
"@types/node": "^18.19.54",
"typescript": "^4.1.3"
}
}