{
  "name": "mysql-wrap-production",
  "version": "0.10.1",
  "description": "Mysql interface and helper functions, wrapping node-mysql",
  "main": "src/mysql-wrap.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DubFriend/node-mysql-wrap-production"
  },
  "keywords": [
    "mysql",
    "node-mysql",
    "interface",
    "wrapper",
    "database"
  ],
  "author": "Brian Detering <BDeterin@gmail.com> (http://www.briandetering.net/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DubFriend/node-mysql-wrap-production/issues"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "grunt": "^0.4.5",
    "grunt-mocha-test": "^0.12.7",
    "mocha": "^2.3.3",
    "mysql": "^2.9.0"
  },
  "dependencies": {
    "bluebird": "^3.4.7",
    "lodash": "^3.10.1",
    "squel": "^5.4.2"
  }
}
