Skip to content

Instantly share code, notes, and snippets.

@catalinmiron
Created February 19, 2014 23:49
Show Gist options
  • Save catalinmiron/9104026 to your computer and use it in GitHub Desktop.
Save catalinmiron/9104026 to your computer and use it in GitHub Desktop.
package.json for gulpfile ( all npm packages for installation )
{
"name": "Custom",
"version": "0.0.1",
"main": "gulpfile.js",
"devDependencies": {
"gulp-rename": "~1.1.0",
"jshint-stylish": "~0.1.5",
"gulp-concat": "~2.1.7",
"gulp-autoprefixer": "0.0.6",
"gulp-minify-css": "~0.3.0",
"gulp-uglify": "~0.2.1",
"gulp-plumber": "~0.5.6",
"gulp": "~3.5.2",
"gulp-notify": "~1.0.0-beta",
"gulp-jshint": "~1.4.2",
"browser-sync": "~0.6.0",
"gulp-sass": "~0.7.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment