{
"name": "sgc", "description": "sgalinski command line interface",
"repository": { "type": "git",
"url": "git@gitlab.sgalinski.de:toolchain/sgc.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {},
"engines": {
"node": "~6.7.0"
"dependencies": {
"babel-preset-es2015": "^6.16.0",
"babelify": "^7.3.0",
"browser-sync": "^2.17.0", "browserify": "^13.1.0", "event-stream": "^3.3.4",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-check-filesize": "^2.0.1",
"gulp-clean-css": "^2.0.13",
"gulp-css-image-dimensions": "^1.1.4",
"gulp-filter": "^4.0.0",
"gulp-hub": "^0.8.0",
"gulp-if": "^2.0.1", "gulp-imagemin": "^3.0.3", "gulp-inline-source": "^3.0.0",
"gulp-inline-svg": "^1.0.3", "gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.3.0",
"gulp-rename": "^1.2.2", "gulp-sass": "^2.3.2",
"gulp-scss-lint": "^0.4.0", "gulp-scss-lint-stylish": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.3", "gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7", "gulp.spritesmith": "^6.2.1",
"jshint": "^2.9.3", "jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.1", "merge-stream": "^1.0.0",
"tsify": "^1.0.8",
"typescript": "^2.0.3",
"vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0",
"yargs": "^6.0.0"
}