UNPKG
generator-enyo
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.9.1
0.9.0
0.5.0
Enyo bootplate Yeoman generator
enyojs.com
enyojs/generator-enyo
generator-enyo
/
generators
/
webos
/
templates
/
appinfo.json
12 lines
(11 loc)
•
219 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"id"
:
"<%= id %>"
,
"version"
:
"<%= ver %>"
,
"vendor"
:
"<%= auth %>"
,
"type"
:
"web"
,
"main"
:
"index.html"
,
"title"
:
"<%= name %>"
,
"icon"
:
"icon.png"
,
"largeIcon"
:
"largeIcon.png"
,
"uiRevision"
:
2
}