UNPKG

generator-enyo

Version:

Enyo bootplate Yeoman generator

58 lines (57 loc) 1.26 kB
{ "enyo": "enyojs/enyo", "defaultVersion": "2.5.1.1", "defaultMode": "onyx", "modes": { "onyx": [ "onyx", "layout" ], "moonstone": [ "layout", "spotlight", "moonstone", "enyo-ilib", "enyo-webos", "enyo-cordova" ], "sunstone": [ "layout", "sunstone", "enyo-ilib", "enyo-webos", "enyo-cordova" ], "garnet": [ "garnet", "enyo-ilib", "enyo-webos", "enyo-cordova" ], "sampler": [ "onyx", "layout", "canvas", "enyo-ilib", "spotlight", "moonstone" ] }, "repos": { "bootplate-onyx": "enyojs/bootplate", "bootplate-moonstone": "enyojs/bootplate-moonstone", "bootplate-sunstone": "git@github.com:enyojs/bootplate-sunstone.git", "bootplate-garnet": "git@github.com:enyojs/bootplate-garnet.git", "bootplate-sampler": "enyojs/sampler", "layout": "enyojs/layout", "onyx": "enyojs/onyx", "canvas": "enyojs/canvas.git", "spotlight": "enyojs/spotlight", "moonstone": "enyojs/moonstone", "sunstone": "git@github.com:enyojs/sunstone.git", "garnet": "git@github.com:enyojs/garnet.git", "enyo-ilib": "enyojs/enyo-ilib", "enyo-webos": "enyojs/enyo-webos", "enyo-cordova": "enyojs/enyo-cordova" } }