-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 972 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
36
37
38
{
"name": "cordova-codeeshop-cespay",
"private": false,
"packageManager": "[email protected]",
"version": "1.0.6",
"description": "Cordova Payment Method Integration with In-App Browser",
"cordova": {
"id": "cordova-codeeshop-cespay",
"platforms": [
"android"
]
},
"keywords": [
"ecosystem:cordova",
"custom-payment",
"in-app-browser-payment",
"dynamic-payment",
"cordova-android"
],
"author": "Code-E-Shop",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/codeeshop-oc/cordova-codeeshop-cespay.git"
},
"homepage": "https://codeeshop-oc.github.io/cordova-codeeshop-cespay",
"bugs": {
"url": "https://github.com/codeeshop-oc/cordova-codeeshop-cespay/issues"
},
"devDependencies": {
"vitepress": "1.0.0-rc.24"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
}
}