Skip to content

Instantly share code, notes, and snippets.

@nathanlong
Created October 26, 2015 14:39
Show Gist options
  • Save nathanlong/1bcd85a4511c25d49f15 to your computer and use it in GitHub Desktop.
Save nathanlong/1bcd85a4511c25d49f15 to your computer and use it in GitHub Desktop.

Revisions

  1. nathanlong created this gist Oct 26, 2015.
    11 changes: 11 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    {
    "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-autoprefixer": "^2.3.1",
    "gulp-concat": "^2.5.2",
    "gulp-notify": "^2.2.0",
    "gulp-sass": "^2.0.1",
    "gulp-uglify": "^1.2.0",
    "gulp-changed": "^1.2.1"
    }
    }