{
  "name": "sails-mysql-transactions",
  "version": "0.9.1",
  "description": "Sails ORM adapter for mySQL with transaction and replication support",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/postmanlabs/sails-mysql-transactions.git"
  },
  "keywords": [
    "sails",
    "waterline",
    "orm",
    "mysql",
    "transactions",
    "replication"
  ],
  "author": "Postman Labs <help@getpostman.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/postmanlabs/sails-mysql-transactions/issues"
  },
  "homepage": "https://github.com/postmanlabs/sails-mysql-transactions",
  "dependencies": {
    "async": "~0.9.0",
    "lodash": "~3.8.0",
    "mysql": "~2.6.1",
    "waterline-cursor": "~0.0.5",
    "waterline-errors": "~0.10.0",
    "waterline-sequel": "git+https://github.com/postmanlabs/waterline-sequel.git#v0.5.1-postman.3"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "jscs": "^1.11.3",
    "jshint": "^2.6.3",
    "mocha": "^2.2.1",
    "newman": "^3.1.0",
    "waterline-adapter-tests": "~0.10.7",
    "captains-log": "~0.11.5"
  },
  "scripts": {
    "postinstall": "scripts/postinstall.sh",
    "test": "scripts/test.sh"
  }
}
