{
  "author": "Diogo Resende <dresende@thinkdigital.pt>",
  "name": "orm",
  "description": "NodeJS Object-relational mapping",
  "keywords": [
    "orm",
    "odm",
    "database",
    "mysql",
    "postgres",
    "redshift",
    "sqlite",
    "mongodb"
  ],
  "version": "5.0.6",
  "license": "MIT",
  "homepage": "http://dresende.github.io/node-orm2",
  "repository": "http://github.com/dresende/node-orm2.git",
  "contributors": [
    {
      "name": "Bramus Van Damme",
      "email": "bramus@bram.us"
    },
    {
      "name": "Lorien Gamaroff",
      "email": "lorien@gamaroff.org"
    },
    {
      "name": "preslavrachev"
    },
    {
      "name": "Chris Cowan",
      "email": "me@chriscowan.us"
    },
    {
      "name": "Paul Dixon",
      "email": "paul.dixon@mintbridge.co.uk"
    },
    {
      "name": "David Kosub"
    },
    {
      "name": "Arek W",
      "email": "arek01@gmail.com"
    },
    {
      "name": "Joseph Gilley",
      "email": "joe.gilley@gmail.com"
    },
    {
      "name": "Benjamin Pannell",
      "email": "admin@sierrasoftworks.com"
    }
  ],
  "main": "./lib/ORM",
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "analyse": false,
  "dependencies": {
    "async": "~2.6.3",
    "bluebird": "3.5.1",
    "enforce": "0.1.7",
    "hat": "0.0.3",
    "lodash": "~4.17.20",
    "path-is-absolute": "1.0.1",
    "sql-ddl-sync": "0.3.16",
    "sql-query": "0.1.27"
  },
  "devDependencies": {
    "chalk": "2.4.1",
    "glob": "7.1.2",
    "mocha": "8.2.1",
    "mongodb": "1.4.10",
    "mysql": "2.17.1",
    "pg": "8.6.0",
    "semver": "5.5.0",
    "should": "13.2.1",
    "sinon": "7.2.3",
    "sqlite3": "5.0.1"
  },
  "optionalDependencies": {}
}
