Skip to content

Instantly share code, notes, and snippets.

@StoneMoe
Last active May 17, 2016 12:17
Show Gist options
  • Save StoneMoe/b6233dc92e6612656da3c145de9489a7 to your computer and use it in GitHub Desktop.
Save StoneMoe/b6233dc92e6612656da3c145de9489a7 to your computer and use it in GitHub Desktop.
My gulp workflow packages
{
"name": "general-gulp",
"version": "0.0.0",
"description": "StoneMoe's front-end workflow",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "StoneMoe",
"devDependencies": {
"browser-sync": "^2.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-imagemin": "^2.2.0",
"gulp-less": "~2.0.1",
"gulp-minify-css": "^0.4.5",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment