Last active
January 5, 2017 21:31
-
-
Save omurphy27/75edd2507a7bf8e85d66008d15c5bd7d to your computer and use it in GitHub Desktop.
Package.json file for using gulp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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