Skip to content

Instantly share code, notes, and snippets.

@nam162
Forked from csrui/package.json
Created June 23, 2017 01:25
Show Gist options
  • Save nam162/fc49a4f6c3b9f41fd76ff704ecf73b8d to your computer and use it in GitHub Desktop.
Save nam162/fc49a4f6c3b9f41fd76ff704ecf73b8d to your computer and use it in GitHub Desktop.
Dependencies for the gulpfile.js
{
"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