-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
38 lines (38 loc) · 921 Bytes
/
manifest.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": "affirm-components",
"vendor": "vtex",
"version": "0.0.9",
"title": "Affirm Components",
"description": "Frontend components related to Affirm payment method",
"categories": [],
"registries": [
"smartcheckout"
],
"builders": {
"react": "3.x",
"store": "0.x",
"docs": "0.x"
},
"mustUpdateAt": "2018-09-05",
"scripts": {
"postreleasy": "vtex publish --verbose"
},
"dependencies": {
"vtex.store": "2.x",
"vtex.product-teaser-interfaces": "1.x",
"vtex.product-context": "0.x",
"vtex.product-summary-context": "0.x",
"vtex.affirm-payment": "2.x",
"vtex.css-handles": "0.x"
},
"policies": [
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexcommercestable.com.br",
"path": "/*"
}
}
],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}