Last active
May 17, 2016 12:17
-
-
Save StoneMoe/b6233dc92e6612656da3c145de9489a7 to your computer and use it in GitHub Desktop.
My gulp workflow packages
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", | |
"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