[FEATURE] add generator
Showing
LICENSE.md
0 → 100644
README.md
0 → 100644
app/index.js
0 → 100644
File moved
File moved
app/templates/package.json
0 → 100644
gulp/docs/README.md
deleted
100644 → 0
{ | ||
"name": "generator-gulp-sgalinski", | ||
"version": "4.0.0", | ||
"description": "The sgalinski Internet Services frontend toolchain based on gulp", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"main": "app/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.sgalinski.de:toolchain/generator-gulp-sgalinski.git" | ||
"url": "https://gitlab.sgalinski.de/toolchain/generator-gulp-sgalinski.git" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"toolchain:upgrade": "rm -rf node_modules && rm npm-shrinkwrap.json && npm install && npm shrinkwrap --dev", | ||
"toolchain:update": "rm -rf node_modules && npm install" | ||
"author": { | ||
"name": "Philipp Nowinski", | ||
"email": "philipp@sgalinski.de" | ||
}, | ||
"de_sgalinski": { | ||
"developmentStandard": "~1.2.0" | ||
"engines": { | ||
"node": ">=5.2.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"browser-sync": "^2.11.0", | ||
"browserify": "^12.0.1", | ||
"gulp": "github:gulpjs/gulp#4.0", | ||
"gulp-autoprefixer": "^3.1.0", | ||
"gulp-check-filesize": "^2.0.1", | ||
"gulp-clean-css": "^2.0.2", | ||
"gulp-css-image-dimensions": "^1.1.4", | ||
"gulp-filter": "^3.0.1", | ||
"gulp-hub": "^0.7.1", | ||
"gulp-if": "^2.0.0", | ||
"gulp-imagemin": "^2.4.0", | ||
"gulp-inline-source": "^2.1.0", | ||
"gulp-inline-svg": "^1.0.1", | ||
"gulp-jshint": "^2.0.0", | ||
"gulp-load-plugins": "^1.1.0", | ||
"gulp-minify-css": "^1.2.3", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-sass": "^2.1.1", | ||
"gulp-sourcemaps": "^1.6.0", | ||
"gulp-svgmin": "^1.2.0", | ||
"gulp-uglify": "^1.5.1", | ||
"gulp-util": "^3.0.7", | ||
"jshint": "^2.8.0", | ||
"jshint-stylish": "^2.1.0", | ||
"merge-stream": "^1.0.0", | ||
"sprity": "^1.0.8", | ||
"vinyl-buffer": "^1.0.0", | ||
"vinyl-source-stream": "^1.1.0", | ||
"yargs": "^3.31.0" | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"engines": { | ||
"node": "~5.2.0" | ||
"files": [ | ||
"app" | ||
], | ||
"keywords": [ | ||
"yeoman-generator" | ||
], | ||
"dependencies": { | ||
"chalk": "^1.1.1", | ||
"yeoman-generator": "^0.22.5", | ||
"yosay": "^1.1.0" | ||
}, | ||
"dependencies": {} | ||
"devDependencies": {} | ||
} |
Please register or sign in to comment