This repository has been archived by the owner on May 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathblueprint.json
48 lines (48 loc) · 1.53 KB
/
blueprint.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
{
"name": "Real Time Payments",
"description": "Discover how to generate a real-time payments application which uses Financial Transaction Manager to interface with a real-time payments network.",
"thumbnailURL": "blueprint/thumbnail.svg",
"appIconURL": "blueprint/appicon.svg",
"type": "WEB",
"tags": [
"devex"
],
"demoURL": "https://real-time-payments.mybluemix.net/login",
"generators": {
"node": [
"generator-starterkit-content-downloader",
"generator-ibm-cloud-enablement",
"generator-ibm-service-enablement",
"generator-git-starterkit-credentials-builder"
]
},
"generatorOptions": {
"generator-git-starterkit-credentials-builder": {
"version": "0.x.x",
"scope": "@arf"
},
"generator-ibm-cloud-enablement": {
"version": "1.0.x",
"options": {
"port": "3000"
}
},
"generator-ibm-service-enablement": {
"version": "2.3.x"
},
"generator-starterkit-content-downloader": {
"version": "0.x.x",
"scope": "@arf"
}
},
"requiredCapabilities": [
"realTimePaymentsService"
],
"requiredCapabilitiesURLs": {
"realTimePaymentsService": "https://console.bluemix.net/catalog/services/real-time-payments-service"
},
"servicePlans": {
"realTimePaymentsService": "real-time-payments-service-free-plan"
},
"email": "[email protected]"
}