{
  "name": "hapi-mysql-routes-plugin",
  "version": "1.1.0",
  "description": "Hapi plugin to create routes for crud operations on a MySql resource",
  "repository": {
    "type": "git",
    "url": "git://github.com/cascadeenergy/hapi-mysql-routes-plugin.git"
  },
  "author": {
    "name": "Jinsy Oommen",
    "email": "jinsyaoommen@gmail.com"
  },
  "license": "Proprietary",
  "main": "es5/hapi-mysql-routes-plugin.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/gulp coverage"
  },
  "bugs": {
    "url": "https://github.com/cascadeenergy/hapi-mysql-routes-plugin/issues"
  },
  "homepage": "https://github.com/cascadeenergy/hapi-mysql-routes-plugin#readme",
  "devDependencies": {
    "babel": "^5.2.17",
    "bluebird": "^2.9.25",
    "gulp": "^3.8.11",
    "gulp-babel": "^5.1.0",
    "gulp-istanbul": "^0.9.0",
    "gulp-jscs": "^1.6.0",
    "gulp-jshint": "^1.10.0",
    "gulp-mocha": "^2.0.1",
    "gulp-plumber": "^1.0.0",
    "isparta": "^3.0.3",
    "jshint-stylish": "^1.0.2",
    "leche": "^2.1.1",
    "mocha": "^2.2.4",
    "proxyquire": "^1.7.0",
    "require-dir": "^0.3.0",
    "sinon": "^1.12.2"
  },
  "dependencies": {
    "babel-runtime": "^5.2.17",
    "boom": "^2.7.1",
    "hapi": "^8.8.0",
    "joi": "^6.4.1",
    "knex": "^0.8.6",
    "lodash": "^3.6.0",
    "mysql": "^2.8.0"
  }
}
