-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata-ng.json
31 lines (31 loc) · 1.02 KB
/
metadata-ng.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
{
"name": "Vaadin Rich Web Starter",
"services": [
{
"name": "elephantsql",
"plan": "turtle"
}
],
"defaultMemory": 512,
"description": "This application demonstrates how to use the Vaadin UI Framework to build rich HTML5 applications, with the \"Liberty for Java\" runtime. ",
"type": "web",
"version": "0.0",
"smallIcon": "vaadin-24.png",
"icon": "vaadin-32.png",
"largeIcon": "vaadin-50.png",
"featuredIcon": "vaadin-64.png",
"marqueeIcon":"vaadin-256.png",
"headingIcon": "vaadin-500.png",
"executableFile": "VaadinStarterApp.war",
"instructions": "app/instructions.md",
"system_tags": ["community"],
"source":{
"scmType":"git",
"url":"https://github.com/starterapps-metadata/vaadinStarter.git",
"appPath":"app"
},
"docURL": "https://github.com/vaadin/framework-bluemix-example",
"runtime_id": "d70d427c-eb92-43a7-a3fa-67e9885ad044",
"categories": ["boilerplate"],
"runtime_template_id": "javaHelloWorld"
}