{
  "name": "waterline",
  "description": "An ORM for Node.js and the Sails framework",
  "version": "0.10.19-postman.10.2",
  "homepage": "http://github.com/balderdashy/waterline",
  "contributors": [
    {
      "name": "particlebanana",
      "github": "https://github.com/particlebanana"
    },
    {
      "name": "mikermcneil",
      "github": "https://github.com/mikermcneil"
    },
    {
      "name": "zolmeister",
      "github": "https://github.com/zolmeister"
    }
  ],
  "dependencies": {
    "anchor": "~0.10.2",
    "async": "~0.9.0",
    "bluebird": "~2.9.15",
    "deep-diff": "~0.3.0",
    "lodash": "~2.4.1",
    "switchback": "~1.1.3",
    "prompt": "~0.2.14",
    "waterline-criteria": "~0.11.1",
    "waterline-schema": "git+https://github.com/postmanlabs/waterline-schema.git#v0.1.18-postman.3"
  },
  "devDependencies": {
    "mocha": "~2.1.0",
    "should": "~4.4.0"
  },
  "keywords": [
    "mvc",
    "orm",
    "mysql",
    "postgresql",
    "redis",
    "mongodb",
    "active-record",
    "waterline",
    "sails",
    "sails.js"
  ],
  "repository": "git://github.com/balderdashy/waterline.git",
  "main": "./lib/waterline",
  "scripts": {
    "test": "mocha test --recursive",
    "prepublish": "npm prune",
    "browserify": "rm -rf .dist && mkdir .dist && browserify lib/waterline.js -s Waterline | uglifyjs > .dist/waterline.min.js"
  },
  "engines": {
    "node": "*"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/balderdashy/waterline/blob/master/LICENSE.md"
    }
  ],
  "bugs": {
    "url": "https://github.com/balderdashy/waterline/issues/new"
  }
}
