generator-bedrock
Version:
Scaffolds out foundation 5, font-awesome and some opinionated folder structure.
12 lines (10 loc) • 391 B
JSON
{
"name": "<%= _.slugify(appname) %>",
"version": "0.0.0",
"dependencies": {
<% if (cssFramework == 'foundation') { %>"foundation": "~5.2.3"<% } else if (cssFramework == 'bootstrap') { %>"bootstrap-sass": "git://github.com/twbs/bootstrap-sass.git#~3.1.1"<% } %>,<% if (fontAwesome) { %>
"font-awesome": "~4.1.0",<% } %>
"jquery": "~2.1.1",
"modernizr": "~2.8.2"
}
}