{
  "name": "node-mysql-admin",
  "version": "0.1.8",
  "description": "A fantastically elegant interface for MySQL and Node.js/Express/Koa management, like phpMyAdmin",
  "keywords": [
    "express",
    "koa",
    "mysql",
    "middleware",
    "admin",
    "mysql admin",
    "myAdmin",
    "databases",
    "dashboard"
  ],
  "main": "middleware/index.js",
  "scripts": {
    "test": "node ./middleware/tests/test.js",
    "postinstall": "npm install --prefix ./middleware/public/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stanzhai/node-mysql-admin"
  },
  "contributors": [
    {
      "name": "Alex Hutchison",
      "url": "https://github.com/dutchers"
    },
    {
      "name": "Andrew Nickell",
      "url": "https://github.com/nickell-andrew"
    },
    {
      "name": "Laura Knight",
      "url": "https://github.com/ljknight"
    },
    {
      "name": "Taylor Lehman",
      "url": "https://github.com/taylorleh"
    },
    {
      "name": "Stan Zhai",
      "url": "https://github.com/stanzhai"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stanzhai/node-mysql-admin/issues"
  },
  "dependencies": {
    "bluebird": "^2.10.2",
    "body-parser": "^1.14.1",
    "express": "^4.13.3",
    "jsonwebtoken": "^5.4.0",
    "morgan": "^1.6.1",
    "mysql": "^2.9.0",
    "path": "^0.12.7",
    "promise-mysql": "^1.1.1",
    "randomstring": "^1.1.3",
    "socket.io": "^1.3.7"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "gulp": "^3.9.0",
    "gulp-concat": "^2.6.0",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.4.2",
    "mocha": "^2.3.3",
    "supertest": "^1.1.0"
  }
}
