{
  "name": "janus-mysql-auth",
  "version": "0.0.3",
  "description": "Plugin for janus-server, authenticates users against mysql database.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/timschwartz/janus-mysql-auth.git"
  },
  "keywords": [
    "janus",
    "janusvr",
    "authentication",
    "login"
  ],
  "author": "Tim Schwartz",
  "license": "LGPL 2.1",
  "dependencies": {
    "mysql": "^2.5.4",
    "bcryptjs": "^2.2.0"
  },
  "bugs": {
    "url": "https://github.com/timschwartz/janus-mysql-auth/issues"
  }
}
