{
  "name": "data-hopper",
  "version": "1.0.0",
  "description": "A place to store all your database connections!",
  "author": "Andres Hermosilla <an2dres5m@gmail.com>",
  "dependencies": {
    "bluebird": "^3.3.5",
    "elasticsearch": "^11.0.1",
    "eventemitter2": "^1.0.3",
    "knex": "^0.11.0",
    "mongodb": "^2.1.18",
    "mysql": "~2.10.2",
    "nedb": "^1.1.2",
    "pg": "4.5.5",
    "redis": "^2.6.0-2",
    "sqlite3": "^3.1.4"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-buffer": "0.0.2",
    "gulp-jscs": "^1.6.0",
    "gulp-jshint": "^1.10.0",
    "gulp-notify": "^2.2.0",
    "gulp-notify-growl": "1.0.2",
    "gulp-watch": "^4.2.4",
    "jshint-stylish": "^1.0.2",
    "mocha": "^2.2.4",
    "sinon": "^1.17.3"
  },
  "keywords": [
    "mongodb",
    "mysql",
    "postgres",
    "knex",
    "database",
    "hopper",
    "redis",
    "nedb",
    "train"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/rezen/data-hopper"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha ./test"
  }
}
