This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathblueprint.json
53 lines (53 loc) · 1.79 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
49
50
51
52
53
{
"name": "Personal Wealth Portfolio Management Chat Bot",
"description": "Use IBM Cloud financial services to demonstrates using multiple interfaces (Twilio & WebUI) with Watson Conversation interacting with a Cloudant NoSQL database.",
"thumbnailURL": "blueprint/thumbnail.svg",
"appIconURL": "blueprint/appicon.svg",
"type": "WEB",
"tags": [
"devex"
],
"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": [
"cloudant",
"conversation",
"simulatedInstrumentAnalytics"
],
"requiredCapabilitiesURLs": {
"cloudant": "https://console.bluemix.net/catalog/services/cloudant-nosql-db",
"conversation": "https://console.bluemix.net/catalog/services/conversation",
"simulatedInstrumentAnalytics": "https://console.bluemix.net/docs/services/SimulatedInstrumentAnalytics"
},
"servicePlans": {
"cloudant": "Lite",
"conversation": "free",
"simulatedInstrumentAnalytics": "fss-scenario-analytics-service-free-plan"
},
"email": "[email protected]"
}