forked from danrcoull/vsf-payment-braintree
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "@vue-storefront/payment-braintree",
"version": "0.2.0",
"description": "The Braintree module built By daniel coull @ SuttonSilver.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danrcoull/vsf-payment-braintree.git"
},
"keywords": [
"vue-storefront-braintree",
"vsf-payment-braintree",
"ttechitsolutions/vue-storefront-braintree",
"suttonsilver",
"vue-storefront",
"divanteltd/vue-storefront"
],
"author": "Daniel Coull <[email protected]> (https://www.suttonsilver.co.uk)",
"maintainers": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/danrcoull/vsf-payment-braintree/issues"
},
"homepage": "https://github.com/danrcoull/vsf-payment-braintree#readme",
"dependencies": {
"braintree": "^2.14.0",
"braintree-web": "^3.40.0",
"braintree-web-drop-in": "^1.14.1"
}
}