{
  "name": "doctrine-dbal",
  "version": "0.1.2",
  "description": "The Doctrine DBAL implemented with NodeJS",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leoontheearth/node-doctrine-dbal.git"
  },
  "maintainers": [
    {
      "name": "leo",
      "email": "leo.on.the.earth@gmail.com"
    }
  ],
  "dependencies": {
    "mysql": "2.8.0",
    "object-hash": "0.8.0",
    "phpjs": "1.3.2",
    "clone": "1.0.2",
    "array-equal": "1.0.0"
  },
  "devDependencies": {
    "gently": "0.10.0",
    "mocha": "2.2.5",
    "chai": "3.2.0",
    "should": "7.0.2"
  }
}
