{
  "author": "Michal Kowalkowski <kowalkowski.michal@gmail.com>",
  "name": "mysql-model",
  "version": "0.0.3",
  "description": "A backbone based model for communicating with a MySQL database using felixge/node-mysql.",
  "main": "./mysql-model.js",
  "scripts": {
    "test": "jest -i"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/michalkow/node-mysql-model"
  },
  "keywords": [
    "node",
    "mysql",
    "model",
    "models",
    "orm",
    "backbone",
    "node-mysql",
    "database"
  ],
  "dependencies": {
    "backbone": "0.9.2",
    "mysql": "2.0.0-alpha3",
    "underscore": "1.4.2"
  },
  "license": "MIT",
  "devDependencies": {
    "jest": "^20.0.3"
  } 
}
