Created
April 14, 2014 11:44
-
-
Save csrui/10640686 to your computer and use it in GitHub Desktop.
Dependencies for the gulpfile.js
This file contains hidden or 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
{ | |
"devDependencies": { | |
"gulp": "~3.6.0", | |
"gulp-rename": "~1.2.0", | |
"gulp-concat": "~2.2.0", | |
"gulp-minify-css": "~0.3.1", | |
"gulp-uglify": "~0.2.1", | |
"gulp-sass": "~0.7.1", | |
"gulp-chmod": "~0.2.0", | |
"gulp-notify": "~1.2.5", | |
"gulp-jshint": "~1.5.3", | |
"gulp-yuidoc": "~0.1.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment