diff --git a/README.md b/README.md index 7ce624f..26f1eec 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Job Finder ------- +------- + Test and Behavior Driven Development - built with MongoDB, Express, Angular and Node +[![Greenkeeper badge](https://badges.greenkeeper.io/sethbergman/jobfinder.svg)](https://greenkeeper.io/) [![npm](https://img.shields.io/npm/v/npm.svg?maxAge=2592000)](https://github.com/sethbergman/jobfinder) [![Dependency Status](https://david-dm.org/sethbergman/jobfinder.svg)](https://david-dm.org/sethbergman/jobfinder) [![devDependency Status](https://david-dm.org/sethbergman/jobfinder/dev-status.svg)](https://david-dm.org/sethbergman/jobfinder#info=devDependencies) @@ -51,7 +53,7 @@ If you are developing locally and you want karma to watch the files for changes ### Deployment This application uses the 12 Factor methodology for building applications which run as a service. -Learn more about __The Twelve Factors__. +Learn more about __The Twelve Factors__. I use dokku, a Docker powered mini-Heroku that I run on my own server. The only environment variable I had to set is the `MONGODB_URL`. It's NEVER a good idea to commit your database connection string into the repository. In my project's root directory, I entered the following in my terminal window. diff --git a/package.json b/package.json index a99cc62..76562ed 100644 --- a/package.json +++ b/package.json @@ -19,24 +19,24 @@ "homepage": "https://github.com/sethbergman/jobfinder#readme", "dependencies": { "angular": "^1.5.3", - "bluebird": "^2.0.7", + "bluebird": "^3.4.7", "body-parser": "^1.15.0", "bootstrap": "^3.3.6", "express": "^4.13.4", "jade": "^1.11.0", - "jquery": "^2.2.3", + "jquery": "^3.1.1", "mongoose": "^4.4.12", "serve-favicon": "^2.3.0" }, "devDependencies": { "bower": "^1.7.9", "chai": "^3.5.0", - "karma": "^0.13.22", + "karma": "^1.4.0", "karma-chai": "^0.1.0", - "karma-chrome-launcher": "^0.2.3", - "karma-mocha": "^0.2.2", - "mocha": "^2.4.5", - "supertest": "^1.2.0" + "karma-chrome-launcher": "^2.0.0", + "karma-mocha": "^1.3.0", + "mocha": "^3.2.0", + "supertest": "^2.0.1" }, "david": { "ignore": [