{
  "name": "mysql",
  "description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
  "version": "2.6.2",
  "license": "MIT",
  "author": {
    "name": "Felix Geisendörfer",
    "email": "felix@debuggable.com",
    "url": "http://debuggable.com/"
  },
  "contributors": [
    {
      "name": "Andrey Sidorov",
      "email": "sidorares@yandex.ru"
    },
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Diogo Resende",
      "email": "dresende@thinkdigital.pt"
    }
  ],
  "homepage": "https://github.com/felixge/node-mysql",
  "repository": {
    "type": "git",
    "url": "https://github.com/felixge/node-mysql"
  },
  "dependencies": {
    "bignumber.js": "2.0.7",
    "readable-stream": "~1.1.13",
    "require-all": "~1.0.0"
  },
  "devDependencies": {
    "istanbul": "0.3.9",
    "rimraf": "2.2.8",
    "mkdirp": "0.5.0",
    "urun": "0.0.8",
    "utest": "0.0.8"
  },
  "files": [
    "lib/",
    "Changes.md",
    "License",
    "Readme.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.6"
  },
  "scripts": {
    "test": "node test/run.js",
    "test-ci": "node test/run-cov.js lcovonly",
    "test-cov": "node test/run-cov.js"
  },
  "gitHead": "8c7ea561de9b555548491857a50a222e86f3e418",
  "bugs": {
    "url": "https://github.com/felixge/node-mysql/issues"
  },
  "_id": "mysql@2.6.2",
  "_shasum": "93719dd324f57d41c44fb6d7f860cf8e638593b0",
  "_from": "mysql@2.6.x",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "maintainers": [
    {
      "name": "felixge",
      "email": "felix@debuggable.com"
    },
    {
      "name": "egorfine",
      "email": "me@egorfine.com"
    },
    {
      "name": "dresende",
      "email": "dresende@thinkdigital.pt"
    },
    {
      "name": "femto113",
      "email": "ken.woodruff@gmail.com"
    },
    {
      "name": "nate.lillich",
      "email": "nate@lifewanted.com"
    },
    {
      "name": "tolgaek",
      "email": "tolga.ekmen@gmail.com"
    },
    {
      "name": "sidorares",
      "email": "sidorares@yandex.com"
    },
    {
      "name": "seanmonstar",
      "email": "sean.monstar@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "dist": {
    "shasum": "93719dd324f57d41c44fb6d7f860cf8e638593b0",
    "tarball": "http://registry.npmjs.org/mysql/-/mysql-2.6.2.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.6.2.tgz"
}
