Skip to content

Instantly share code, notes, and snippets.

@taimursaeed
Created April 7, 2018 04:42
Show Gist options
  • Save taimursaeed/7a9d3a0665bb2ca009cd9bcb7bbb74de to your computer and use it in GitHub Desktop.
Save taimursaeed/7a9d3a0665bb2ca009cd9bcb7bbb74de to your computer and use it in GitHub Desktop.
Boilerplate Package.json
{
"name": "gulp-boilerplate",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Taimur",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.23.6",
"critical": "^1.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-sass": "^3.2.0",
"gulp-uglify": "^3.0.0",
"gulp-uncss": "^1.0.6",
"imagemin-giflossy": "^5.1.10",
"imagemin-jpegtran": "^5.0.2",
"imagemin-mozjpeg": "^7.0.0",
"imagemin-pngquant": "^5.1.0",
"imagemin-zopfli": "^5.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment