forked from rgpublic/commerce_braintree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
commerce_braintree.libraries.yml
74 lines (69 loc) · 1.94 KB
/
commerce_braintree.libraries.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
braintree:
remote: https://github.com/braintree/braintree-web
version: "3.31.0"
license:
name: MIT
url: https://github.com/braintree/braintree-web/blob/3.31.0/LICENSE
gpl-compatible: true
js:
"https://js.braintreegateway.com/web/3.31.0/js/client.min.js": { minified: true }
paypal-checkout:
remote: https://github.com/paypal/paypal-checkout
version: "4.0.176"
license:
name: apache
url: https://github.com/paypal/paypal-checkout/blob/v4.0.176/LICENSE.txt
gpl-compatible: false
js:
https://www.paypalobjects.com/api/checkout.js:
type: external
attributes:
- data-version-4
braintree-hosted-fields:
remote: https://github.com/braintree/braintree-web
version: "3.31.0"
license:
name: MIT
url: https://github.com/braintree/braintree-web/blob/3.31.0/LICENSE
gpl-compatible: true
js:
"https://js.braintreegateway.com/web/3.31.0/js/hosted-fields.min.js": { minified: true }
dependencies:
- commerce_braintree/braintree
braintree-paypal-checkout:
remote: https://github.com/braintree/braintree-web
version: "3.31.0"
license:
name: MIT
url: https://github.com/braintree/braintree-web/blob/3.31.0/LICENSE
gpl-compatible: true
js:
"https://js.braintreegateway.com/web/3.31.0/js/paypal-checkout.min.js": { minified: true }
dependencies:
- commerce_braintree/paypal-checkout
- commerce_braintree/braintree
hosted-fields:
version: VERSION
css:
theme:
css/commerce_braintree.form.css: {}
js:
js/hosted-fields.js: {}
js/commerce_braintree.js: {}
dependencies:
- classy/messages
- core/jquery
- core/drupal
- core/jquery.once
- commerce_braintree/braintree-hosted-fields
paypal:
version: VERSION
js:
js/paypal.js: {}
js/commerce_braintree.js: {}
dependencies:
- classy/messages
- core/jquery
- core/drupal
- core/jquery.once
- commerce_braintree/braintree-paypal-checkout