Skip to content

Instantly share code, notes, and snippets.

@0x1ad2
Created September 14, 2015 13:22
Show Gist options
  • Save 0x1ad2/bc38e28fe01c3c230c9b to your computer and use it in GitHub Desktop.
Save 0x1ad2/bc38e28fe01c3c230c9b to your computer and use it in GitHub Desktop.
My package.json that is used in combination with my gulpfile
{
"devDependencies": {
"gulp-autoprefixer": "^3.0.1",
"gulp-concat": "^2.6.0",
"gulp-cssbeautify": "^0.1.3",
"gulp-csslint": "^0.2.0",
"gulp-jsbeautifier": "^1.0.1",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-strip-comments": "^1.0.1",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment