{ "name": "sgc", "description": "sgalinski command line interface", "repository": { "type": "git", "url": "git@gitlab.sgalinski.de:toolchain/website_base.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" }, "license": "LICENSE.md", "devDependencies": {}, "engines": { "node": "~6.3.0" }, "dependencies": { "browser-sync": "^2.13.0", "browserify": "^13.0.1", "event-stream": "^3.3.3", "gulp": "github:gulpjs/gulp#4.0", "gulp-autoprefixer": "^3.1.0", "gulp-check-filesize": "^2.0.1", "gulp-clean-css": "^2.0.11", "gulp-css-image-dimensions": "^1.1.4", "gulp-filter": "^3.0.1", "gulp-hub": "^0.8.0", "gulp-if": "^2.0.0", "gulp-imagemin": "^3.0.1", "gulp-inline-source": "^2.1.0", "gulp-inline-svg": "^1.0.3", "gulp-jshint": "^2.0.1", "gulp-load-plugins": "^1.2.4", "gulp-rename": "^1.2.2", "gulp-sass": "^2.3.2", "gulp-sourcemaps": "^1.6.0", "gulp-svgmin": "^1.2.2", "gulp-uglify": "^1.5.4", "gulp-util": "^3.0.7", "gulp.spritesmith": "^6.2.1", "jshint": "^2.9.2", "jshint-stylish": "^2.2.0", "lazypipe": "^1.0.1", "merge-stream": "^1.0.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "yargs": "^4.8.0" } }