{
  "name": "waterline-sql-builder",
  "version": "3.0.1",
  "description": "Generate SQL (stage 5 query) from a Waterline statement (stage 4 query).",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha test/unit --recursive",
    "fasttest": "node ./node_modules/mocha/bin/mocha test/unit --recursive",
    "pretest": "npm run lint",
    "lint": "node ./node_modules/eslint/bin/eslint **/*.js *.js",
    "benchmark": "node ./node_modules/mocha/bin/mocha test/benchmarks --recursive"
  },
  "keywords": [
    "sql",
    "waterline",
    "sails",
    "postgresql",
    "postgres",
    "mysql",
    "oracle",
    "mssql",
    "knex"
  ],
  "author": "The Sails Company",
  "contributors": [
    "Cody Stoltman <@particlebanana>"
  ],
  "license": "MIT",
  "dependencies": {
    "knex": "2.4.2",
    "@sailshq/lodash": "^3.10.2",
    "waterline-utils": "^1.3.8"
  },
  "devDependencies": {
    "async": "2.0.1",
    "benchmark": "2.1.1",
    "eslint": "3.5.0",
    "mocha": "3.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:treelinehq/waterline-sql-builder.git"
  }
}
