-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
51 lines (51 loc) · 1.38 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"vendor": "vtex",
"name": "flow-finance-components",
"version": "1.0.5",
"title": "Flow Finance Components",
"description": "Front end components for Flow Finance payment system",
"defaultLocale": "pt-BR",
"builders": {
"messages": "1.x",
"store": "0.x",
"react": "3.x",
"docs": "0.x"
},
"mustUpdateAt": "2019-04-02",
"scripts": {
"postreleasy": "vtex publish --verbose"
},
"settingsSchema": {
"title": "Flow Finance",
"type": "object",
"properties": {
"storeName": {
"title": "Store name",
"description": "Shown on Account Sign Up form",
"type": "string"
},
"storePaymentName": {
"title": "Store-branded payment name",
"description": "Shown on Account Sign Up form",
"type": "string"
},
"tosPdfPath": {
"title": "URL for Terms & Conditions PDF",
"description": "Displayed to user in account sign-up form",
"type": "string"
}
}
},
"dependencies": {
"vtex.flow-finance-api": "1.x",
"vtex.store": "2.x",
"vtex.store-components": "3.x",
"vtex.styleguide": "9.x",
"vtex.css-handles": "0.x",
"vtex.address-form": "4.x",
"vtex.store-graphql": "2.x",
"vtex.apps-graphql": "2.x",
"vtex.product-context": "0.x"
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}