forked from IBM/watson-assistant-slots-intro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprint.json
48 lines (48 loc) · 1.3 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": "Assemble a pizza-ordering chatbot dialog",
"description": "Easily create a complex dialog with Watson Conversation Slots, Node.js, and IBM Container Service",
"thumbnailURL": "blueprint/thumbnail.svg",
"appIconURL": "blueprint/appicon.svg",
"previewURLs": [],
"type": "WEB",
"tags": [
"node",
"watson"
],
"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": {
"registry": "https://npm-registry.whitewater.ibm.com",
"scope": "@arf",
"version": "0.0.x"
},
"generator-starterkit-content-downloader": {
"registry": "https://npm-registry.whitewater.ibm.com",
"scope": "@arf",
"version": "0.0.x"
},
"generator-ibm-cloud-enablement": {
"version": "0.0.x"
},
"generator-ibm-service-enablement": {
"version": "0.0.x"
}
},
"requiredCapabilities": [
"conversation"
],
"requiredCapabilitiesURLs": {
"conversation": "https://console.bluemix.net/catalog/services/conversation"
},
"servicePlans": {
"conversation": "free"
},
"email": "[email protected]"
}