Skip to content

Instantly share code, notes, and snippets.

@jordanbrauer
Created September 30, 2016 01:38
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 jordanbrauer/de09e5a50f74b7d7cc951c3515a980f8 to your computer and use it in GitHub Desktop.
Save jordanbrauer/de09e5a50f74b7d7cc951c3515a980f8 to your computer and use it in GitHub Desktop.
Just my current list of commonly used node package dev dependencies.
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.0.2",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"merge-stream": "^1.0.0",
"run-sequence": "^1.2.2"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment