Skip to content

Instantly share code, notes, and snippets.

@mikowl
Created November 13, 2018 19:58
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 mikowl/1f4a19e1c1c796e5eb24328f415df1e1 to your computer and use it in GitHub Desktop.
Save mikowl/1f4a19e1c1c796e5eb24328f415df1e1 to your computer and use it in GitHub Desktop.
package.json example for gulp
{
"name": "ME",
"version": "1.0.0",
"private": true,
"description": "Website name",
"main": "gulpfile.js",
"author": "Michael Elias",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-cache": "^1.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^5.0.3",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.0"
},
"dependencies": {
"npm": "^6.4.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment