[FEATURE] add generator
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", | "name": "generator-gulp-sgalinski", | ||
"version": "4.0.0", | |||
"description": "The sgalinski Internet Services frontend toolchain based on gulp", | "description": "The sgalinski Internet Services frontend toolchain based on gulp", | ||
"license": "SEE LICENSE IN LICENSE.md", | |||
"main": "app/index.js", | |||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git@gitlab.sgalinski.de:toolchain/generator-gulp-sgalinski.git" | "url": "https://gitlab.sgalinski.de/toolchain/generator-gulp-sgalinski.git" | ||
}, | }, | ||
"scripts": { | "author": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | "name": "Philipp Nowinski", | ||
"toolchain:upgrade": "rm -rf node_modules && rm npm-shrinkwrap.json && npm install && npm shrinkwrap --dev", | "email": "philipp@sgalinski.de" | ||
"toolchain:update": "rm -rf node_modules && npm install" | |||
}, | }, | ||
"de_sgalinski": { | "engines": { | ||
"developmentStandard": "~1.2.0" | "node": ">=5.2.0" | ||
}, | }, | ||
"license": "Apache-2.0", | "scripts": { | ||
"devDependencies": { | "test": "echo \"Error: no test specified\" && exit 1" | ||
"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" | |||
}, | }, | ||
"engines": { | "files": [ | ||
"node": "~5.2.0" | "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