-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from jakemmarsh/update-dependencies
Update dev dependencies
- Loading branch information
Showing
1 changed file
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -18,7 +18,7 @@ | |
"protractor", | ||
"boilerplate" | ||
], | ||
"private": true, | ||
"private": false, | ||
"engines": { | ||
"node": ">=0.12.x" | ||
}, | ||
|
@@ -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" | ||
} | ||
} |