Skip to content

Instantly share code, notes, and snippets.

@omurphy27
Last active January 5, 2017 21:31
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 omurphy27/75edd2507a7bf8e85d66008d15c5bd7d to your computer and use it in GitHub Desktop.
Save omurphy27/75edd2507a7bf8e85d66008d15c5bd7d to your computer and use it in GitHub Desktop.
Package.json file for using gulp
{
"name": "generic-project",
"version": "1.0.0",
"main": "gulpfile.js",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.9"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment