Skip to content

Instantly share code, notes, and snippets.

@hnxvc
Last active July 5, 2016 12:41
Show Gist options
  • Save hnxvc/39de1bf0866172e23316f9c1cf3ce59b to your computer and use it in GitHub Desktop.
Save hnxvc/39de1bf0866172e23316f9c1cf3ce59b to your computer and use it in GitHub Desktop.
package.json
{
"name": "gulp-build",
"version": "1.0.0",
"description": "Gulp build create by NguyenXuanHoa",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"imagemin-pngquant": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "https://github.com/hoanguyenxuan",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment