{
  "name": "sc-crud-mysql",
  "version": "0.6.5",
  "description": "Realtime CRUD data management layer/plugin for SocketCluster using MySQL as the database",
  "main": "index.js",
  "bugs": {
    "url": "https://github.com/happilymarrieddad/sc-crud-mysql/issues"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/happilymarrieddad/sc-crud-mysql.git"
  },
  "keywords": [
    "mysql",
    "socketcluster",
    "realtime",
    "storage",
    "rest",
    "crud"
  ],
  "author": "Nick Kotenberg",
  "license": "MIT",
  "homepage": "https://github.com/happilymarrieddad/sc-crud-mysql#readme",
  "dependencies": {
    "async": "^3.2.6",
    "bcrypt": "^6.0.0",
    "lodash": "^4.15.0",
    "mysql": "^2.11.1",
    "mysql-cache": "^2.1.2"
  }
}
