Skip to content

Instantly share code, notes, and snippets.

@saschas
Created October 11, 2016 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saschas/55721861d000670772e79468638b987c to your computer and use it in GitHub Desktop.
Save saschas/55721861d000670772e79468638b987c to your computer and use it in GitHub Desktop.
{
"name": "basic_setup",
"version": "1.0.0",
"description": "Basic Setup",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"boilerplate"
],
"author": "Sascha Sigl",
"license": "ISC",
"devDependencies": {
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-cache": "0.4.5",
"gulp-concat": "2.6.0",
"gulp-cssnano": "2.1.2",
"gulp-documentation": "2.2.0",
"gulp-imagemin": "3.0.1",
"gulp-notify": "2.2.0",
"gulp-rename": "1.2.2",
"gulp-ruby-sass": "2.0.6",
"gulp-uglify": "1.5.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment