Created
September 20, 2014 16:47
-
-
Save zwacky/b73d52d4f6aaecaa47d2 to your computer and use it in GitHub Desktop.
general-gulp-file
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": "general-gulp-file", | |
"version": "0.1.0", | |
"devDependencies": { | |
"gulp": "*", | |
"gulp-load-plugins": "*", | |
"multipipe": "*", | |
"gulp-less": "*", | |
"gulp-concat": "*", | |
"gulp-uglify": "*", | |
"gulp-minify-css": "*", | |
"gulp-rimraf": "*", | |
"gulp-jasmine": "*", | |
"gulp-autoprefixer": "*", | |
"rimraf": "*" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment