Skip to content

Instantly share code, notes, and snippets.

@biapar
Forked from Benjaminsson/package.json
Created November 19, 2015 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biapar/f55672bb7cc1bff021e8 to your computer and use it in GitHub Desktop.
Save biapar/f55672bb7cc1bff021e8 to your computer and use it in GitHub Desktop.
My boilerplate packe.json for an Umbraco site
{
"name": "package",
"version": "1.0.0",
"private": true,
"devDependencies": {
"gulp": "~3.8.11",
"gulp-load-plugins": "~0.10.0",
"browser-sync": "~2.7.2",
"wiredep": "~2.2.2",
"gulp-sass": "~2.0.1",
"gulp-sourcemaps": "~1.5.2",
"gulp-autoprefixer": "~2.3.0",
"gulp-csso": "~1.0.0",
"gulp-uglify": "~1.2.0",
"gulp-notify": "~2.2.0",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.5.2",
"gulp-jshint": "~1.10.0",
"gulp-useref": "~1.1.2",
"gulp-strip-debug": "~1.0.2",
"gulp-rename": "~1.2.2",
"gulp-bower": "~0.0.10",
"gulp-filter": "~2.0.2",
"main-bower-files": "~2.8.0",
"gulp-if": "~1.2.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment