{
  "name": "sql-bricks",
  "version": "3.0.1",
  "author": "Peter Rust <peter@cornerstonenw.com>",
  "description": "Transparent, Schemaless SQL Generation",
  "homepage": "http://csnw.github.io/sql-bricks",
  "bugs": "https://github.com/CSNW/sql-bricks/issues",
  "scripts": {
    "prepublish": "node tests/gen-tests.js",
    "test": "mocha tests/tests.js tests/doctests.js && mocha tests/tests.js tests/doctests.js --empty-extension"
  },
  "main": "sql-bricks.js",
  "types": "sql-bricks.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/CSNW/sql-bricks.git"
  },
  "keywords": [
    "sql",
    "generation",
    "generate",
    "query",
    "pg",
    "postgres",
    "sqlite",
    "builder",
    "select",
    "insert",
    "update",
    "delete"
  ],
  "engines": {
    "node": "*"
  },
  "dependencies": {},
  "devDependencies": {
    "mocha": "^6.2.2"
  },
  "license": "MIT",
  "testling": {
    "html": "browser-tests.html",
    "browsers": [
      "chrome/29.0",
      "iexplore/8.0",
      "iexplore/9.0",
      "iexplore/10.0",
      "firefox/4.0",
      "firefox/6.0",
      "firefox/24.0",
      "safari/6.0",
      "iphone/6.0",
      "ipad/6.0",
      "android-browser/4.2"
    ]
  }
}
