a
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -11,26 +11,26 @@ | ... | @@ -11,26 +11,26 @@ |
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "bower": "^1.8.2", | "bower": "^1.8.2", | ||
| "express": "3.21.2", | "express": "^4.16.3", | ||
| "grunt": "0.4.5", | "grunt": "^1.0.3", | ||
| "grunt-angular-templates": "^1.1.0", | |||
| "grunt-available-tasks": "^0.6.3", | |||
| "grunt-cli": "^1.2.0", | "grunt-cli": "^1.2.0", | ||
| "grunt-angular-templates": "1.0.3", | |||
| "grunt-available-tasks": "0.4.3", | |||
| "grunt-contrib-clean": "1.0.0", | "grunt-contrib-clean": "1.0.0", | ||
| "grunt-contrib-concat": "1.0.0", | "grunt-contrib-concat": "1.0.0", | ||
| "grunt-contrib-connect": "1.0.2", | "grunt-contrib-connect": "^2.0.0", | ||
| "grunt-contrib-copy": "1.0.0", | "grunt-contrib-copy": "1.0.0", | ||
| "grunt-contrib-cssmin": "1.0.1", | "grunt-contrib-cssmin": "1.0.1", | ||
| "grunt-contrib-jshint": "1.0.0", | "grunt-contrib-jshint": "1.0.0", | ||
| "grunt-contrib-less": "1.3.0", | "grunt-contrib-less": "1.3.0", | ||
| "grunt-contrib-uglify": "3.0.1", | "grunt-contrib-uglify": "3.0.1", | ||
| "grunt-contrib-watch": "1.0.0", | "grunt-contrib-watch": "^1.1.0", | ||
| "grunt-eslint": "~17.1.0", | "grunt-eslint": "^21.0.0", | ||
| "grunt-karma": "^2.0.0", | "grunt-karma": "^3.0.0", | ||
| "grunt-ng-annotate": "^1.0.1", | "grunt-ng-annotate": "^1.0.1", | ||
| "grunt-remove": "^0.1.0", | "grunt-remove": "^0.1.0", | ||
| "jasmine-core": "^2.8.0", | "jasmine-core": "^2.8.0", | ||
| "karma": "^1.7.1", | "karma": "^3.0.0", | ||
| "karma-chrome-launcher": "^2.2.0", | "karma-chrome-launcher": "^2.2.0", | ||
| "karma-coverage": "^1.1.1", | "karma-coverage": "^1.1.1", | ||
| "karma-firefox-launcher": "^1.0.1", | "karma-firefox-launcher": "^1.0.1", | ||
| ... | @@ -38,8 +38,8 @@ | ... | @@ -38,8 +38,8 @@ |
| "karma-junit-reporter": "^1.2.0", | "karma-junit-reporter": "^1.2.0", | ||
| "karma-ng-html2js-preprocessor": "^1.0.0", | "karma-ng-html2js-preprocessor": "^1.0.0", | ||
| "karma-phantomjs-launcher": "^1.0.4", | "karma-phantomjs-launcher": "^1.0.4", | ||
| "matchdep": "0.3.0", | "matchdep": "^2.0.0", | ||
| "nsp": "^2.6.1" | "nsp": "^3.2.1" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "test": "grunt test", | "test": "grunt test", | ||
| ... | ... |
Please
register
or
sign in
to comment