Skip to content

Commit

Permalink
Merge pull request #127 from jakemmarsh/update-dependencies
Browse files Browse the repository at this point in the history
Update dev dependencies
  • Loading branch information
jakemmarsh committed Dec 9, 2015
2 parents 83a00ed + 376d924 commit e433186
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularjs-gulp-browserify-boilerplate",
"version": "1.1.1",
"version": "1.2.0",
"author": "Jake Marsh <[email protected]>",
"description": "Boilerplate using AngularJS, SASS, Gulp, and Browserify while also utilizing best practices.",
"repository": {
Expand All @@ -18,7 +18,7 @@
"protractor",
"boilerplate"
],
"private": true,
"private": false,
"engines": {
"node": ">=0.12.x"
},
Expand All @@ -39,42 +39,41 @@
"del": "^2.1.0",
"gulp": "^3.8.8",
"gulp-angular-templatecache": "^1.3.0",
"gulp-autoprefixer": "^2.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.0.0",
"gulp-gzip": "^0.0.8",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.1.0",
"gulp-gzip": "^1.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^1.8.3",
"gulp-notify": "^2.0.0",
"gulp-protractor": "^1.0.0",
"gulp-protractor": "^2.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "0.0.5",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.1",
"imagemin-pngcrush": "^0.1.0",
"imagemin-pngcrush": "^4.1.0",
"isparta": "^4.0.0",
"jshint-stylish": "^1.0.0",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.14",
"karma-browserify": "^4.4.0",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.3.6",
"pretty-hrtime": "^0.2.2",
"protractor": "^2.5.1",
"run-sequence": "^0.3.6",
"pretty-hrtime": "^1.0.1",
"protractor": "2.5.1",
"run-sequence": "^1.1.5",
"tiny-lr": "0.0.9",
"uglifyify": "^2.5.0",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^0.1.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"scripts": {
"pretest": "npm install",
"test": "karma start test/karma.conf.js",
"preprotractor": "npm install && webdriver-manager update",
"preprotractor": "webdriver-manager update",
"protractor": "protractor test/protractor.conf.js"
}
}

0 comments on commit e433186

Please sign in to comment.