Skip to content

Instantly share code, notes, and snippets.

@Benjaminsson
Last active November 19, 2015 13:23
Show Gist options
  • Save Benjaminsson/441736b4a1dc3f24d1ef to your computer and use it in GitHub Desktop.
Save Benjaminsson/441736b4a1dc3f24d1ef to your computer and use it in GitHub Desktop.

Revisions

  1. Benjaminsson revised this gist Jun 8, 2015. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -5,14 +5,13 @@
    "devDependencies": {
    "gulp": "~3.8.11",
    "gulp-load-plugins": "~0.10.0",
    "browser-sync": "~2.7.1",
    "browser-sync": "~2.7.2",

    "wiredep": "~2.2.2",
    "wiredep": "~2.2.2",

    "gulp-sass": "~2.0.1",
    "gulp-sourcemaps": "~1.5.2",
    "autoprefixer-core": "~5.1.11",
    "gulp-postcss": "~5.1.6",
    "gulp-autoprefixer": "~2.3.0",

    "gulp-csso": "~1.0.0",
    "gulp-uglify": "~1.2.0",
    @@ -22,6 +21,7 @@
    "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",

  2. Benjaminsson created this gist May 19, 2015.
    33 changes: 33 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    {
    "name": "package",
    "version": "1.0.0",
    "private": true,
    "devDependencies": {
    "gulp": "~3.8.11",
    "gulp-load-plugins": "~0.10.0",
    "browser-sync": "~2.7.1",

    "wiredep": "~2.2.2",

    "gulp-sass": "~2.0.1",
    "gulp-sourcemaps": "~1.5.2",
    "autoprefixer-core": "~5.1.11",
    "gulp-postcss": "~5.1.6",

    "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-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"
    }
    }