-
Notifications
You must be signed in to change notification settings - Fork 128
/
blueprint.json
48 lines (48 loc) · 1.19 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
{
"appIconURL": "blueprint/appicon.svg",
"description": "Develop a web app to extract and visualize enriched data using Node.js and Watson Discovery",
"email": "[email protected]",
"generatorOptions": {
"generator-git-starterkit-credentials-builder": {
"scope": "@arf",
"version": "0.x.x"
},
"generator-ibm-cloud-enablement": {
"options": {
"port": "3000"
},
"version": "0.8.x"
},
"generator-ibm-service-enablement": {
"version": "0.6.4"
},
"generator-starterkit-content-downloader": {
"scope": "@arf",
"version": "0.x.x"
}
},
"generators": {
"node": [
"generator-starterkit-content-downloader",
"generator-ibm-cloud-enablement",
"generator-ibm-service-enablement",
"generator-git-starterkit-credentials-builder"
]
},
"name": "Perform intelligent searches on data",
"previewURLs": [],
"requiredCapabilities": [
"discovery"
],
"requiredCapabilitiesURLs": {
"discovery": "https://cloud.ibm.com/catalog/services/discovery"
},
"servicePlans": {
"discovery": "lite"
},
"tags": [
"devex"
],
"thumbnailURL": "blueprint/thumbnail.svg",
"type": "WEB"
}