Skip to content

Instantly share code, notes, and snippets.

@cideveloper
Created February 17, 2014 18:41
Show Gist options
  • Save cideveloper/9056428 to your computer and use it in GitHub Desktop.
Save cideveloper/9056428 to your computer and use it in GitHub Desktop.
gulp: Sample package.json
{
"devDependencies": {
"gulp-util": "~2.2.14",
"gulp": "~3.5.2",
"gulp-minify-css": "~0.2.0",
"gulp-less": "~1.1.10",
"gulp-imagemin": "~0.1.4",
"gulp-livereload": "~0.2.0",
"tiny-lr": "0.0.5",
"gulp-exec": "~1.0.4",
"gulp-uglify": "~0.2.0",
"gulp-rename": "~0.2.2",
"webshot": "~0.9.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment