-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
45
46
{
"name": "cordova-plugin-purchase-braintree",
"version": "13.2.4",
"description": "A Cordova plugin for the Braintree mobile payment processing SDK with 3D secure and Data Collecting.",
"cordova": {
"id": "cordova-plugin-purchase-braintree",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/j3k0/cordova-plugin-purchase-braintree.git"
},
"keywords": [
"cordova",
"braintree",
"payment",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"3ds",
"data collector",
"3ds 2",
"3d secure",
"threeD secure",
"fovea",
"iaptic",
"purchase"
],
"license": "MIT",
"main": "index.js",
"author": "Fovea",
"private": false,
"bugs": {
"url": "https://github.com/j3k0/cordova-plugin-purchase-braintree/issues"
},
"homepage": "https://github.com/j3k0/cordova-plugin-purchase-braintree#readme",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}