This repository has been archived by the owner on May 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
blueprint.json
executable file
·51 lines (51 loc) · 1.7 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
{
"name": "Socially Responsible Portfolio Construction",
"description": "Use IBM Cloud financial services to create an optimized set of investments that suit your unique needs.",
"thumbnailURL": "blueprint/thumbnail.svg",
"appIconURL": "blueprint/appicon.svg",
"type": "WEB",
"tags": [
"devex"
],
"demoURL": "https://portfolio-optimize.mybluemix.net",
"generators": {
"python": [
"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.8",
"options": {
"port": "3000"
}
},
"generator-ibm-service-enablement": {
"version": "2.4.x"
},
"generator-starterkit-content-downloader": {
"version": "0.x.x",
"scope": "@arf"
}
},
"requiredCapabilities": [
"portfolioOptimization",
"investmentPortfolio"
],
"requiredCapabilitiesURLs": {
"portfolioOptimization": "https://console.bluemix.net/catalog/services/portfolio-optimization",
"investmentPortfolio": "https://console.bluemix.net/docs/services/InvestmentPortfolio"
},
"servicePlans": {
"portfolioOptimization": "fss-financial-optimization-service-free-plan",
"investmentPortfolio": "fss-portfolio-service-free-plan"
},
"email": "[email protected]"
}