UNPKG

generator-queo-gulp-starter

Version:

Scaffold out a front-end web app by using rcreate/gulp-starter package as dependency to build it

35 lines (34 loc) 1.07 kB
{ "name": "queo-<%= repositoryName %>", "version": "0.1.0", "description": "<%= appDescription %>", "license": "UNLICENSED", "private": true, "author": { "name": "<%= appAuthorName %>", "email": "<%= appAuthorEmail %>" }, "repository": { "type": "git", "url": "git://code.dev.queo-group.com/git/<%= repositoryName %>" }, "scripts": { "development": "blendid -- default", "production": "blendid -- build", "dist-patch": "blendid -- dist-update && blendid -- tag:patch", "dist-update": "blendid -- dist-update && blendid -- tag:minor", "dist-upgrade": "blendid -- dist-update && blendid -- tag:major" }, "devDependencies": { "queo-gulp-starter": "^3.3.1" <% if( cssPreprocessor == 'sass' && enableStyleguide === true ) { %>,"queo-styleguide": "^0.2.0"<% } %> }, "dependencies": { "<%= bootstrapName %>": "<%= bootstrapVersion %>" <% if( cssPreprocessor == 'sass' && enableStyleguide === true ) { %>,"highlightjs": "8.7.0"<% } %> ,"jquery": "^3.1.0" }, "engines": { "node": ">=4" } }