UNPKG

generator-scheme-web

Version:

A Yeoman generator for Scheme Designs web project scafolding

13 lines (12 loc) 366 B
{ "name": "<%= _.slugify(appname) %>", "private": true, "dependencies": {<% if (includeCompass) { %> "bootstrap-sass-official": null,<% } else { %> "bootstrap": null,<% } %><% if (includeCycle) { %> "jquery-cycle2": null,<% } %><% if (includeFontAwesome) { %> "font-awesome": null,<% } %> "jquery": "~1.10.2" }, "devDependencies": {} }