diff --git a/README.md b/README.md index 1bb9b32..66631e4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # gandalf.web +[![Greenkeeper badge](https://badges.greenkeeper.io/Nebo15/gandalf.web.svg)](https://greenkeeper.io/) + [![Deployment status from DeployBot](https://nebo15.deploybot.com/badge/66802254055260/64890.svg)](http://deploybot.com) [![Build Status](https://travis-ci.org/Nebo15/gandalf.web.svg?branch=master)](https://travis-ci.org/Nebo15/gandalf.web) This is a Front-End project for our Open-Source Decision Engine for Big-Data. You can find Back-End here: [Nebo15/gandalf.api](https://github.com/Nebo15/gandalf.api). diff --git a/package.json b/package.json index f56219b..33e223d 100644 --- a/package.json +++ b/package.json @@ -11,37 +11,37 @@ }, "devDependencies": { "browser-sync": "^2.9.6", - "faker": "3.0.1", + "faker": "4.1.0", "gulp": "^3.9.0", "gulp-autoprefixer": "^3.0.2", "gulp-clean": "^0.3.1", "gulp-compass": "^2.1.0", "gulp-gh-pages": "^0.5.2", - "gulp-htmlmin": "^1.3.0", + "gulp-htmlmin": "^3.0.0", "gulp-if": "^2.0.0", "gulp-jade": "^1.1.0", "gulp-l10n": "Nebo15/gulp-l10n", "gulp-minify-css": "^1.2.3", - "gulp-ng-annotate": "^1.1.0", + "gulp-ng-annotate": "^2.0.0", "gulp-ng-constant": "^1.1.0", - "gulp-notify": "^2.2.0", + "gulp-notify": "^3.0.0", "gulp-plumber": "^1.0.1", - "gulp-prefix": "0.0.14", - "gulp-protractor": "2.4.0", + "gulp-prefix": "0.0.15", + "gulp-protractor": "4.0.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-sequence": "^0.4.1", - "gulp-uglify": "^1.5.1", + "gulp-uglify": "^2.1.0", "gulp-useref": "^3.0.4", "gulp-util": "^3.0.7", - "jasmine-core": "2.4.1", + "jasmine-core": "2.5.2", "jstransformer-marked": "^1.0.1", "karma-bower": "^1.0.1", "lodash": "^4.0.1", - "protractor": "3.3.0", - "protractor-console": "2.0.0", - "shelljs": "0.6.0", + "protractor": "5.1.1", + "protractor-console": "2.0.1", + "shelljs": "0.7.7", "util": "^0.10.3", - "yargs": "^3.25.0" + "yargs": "^7.0.2" } }