{
  "_args": [
    [
      "waterline@0.11.12",
      "/app"
    ]
  ],
  "_from": "waterline@0.11.12",
  "_id": "waterline@0.11.12",
  "_inBundle": false,
  "_integrity": "sha1-MyVk5sC0KuPKXNrPuIKEbrQObx4=",
  "_location": "/waterline",
  "_phantomChildren": {
    "@mapbox/geojsonhint": "2.0.1",
    "@sailshq/lodash": "3.10.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "waterline@0.11.12",
    "name": "waterline",
    "escapedName": "waterline",
    "rawSpec": "0.11.12",
    "saveSpec": null,
    "fetchSpec": "0.11.12"
  },
  "_requiredBy": [
    "/sails-hook-orm"
  ],
  "_resolved": "https://registry.npmjs.org/waterline/-/waterline-0.11.12.tgz",
  "_spec": "0.11.12",
  "_where": "/app",
  "bugs": {
    "url": "http://sailsjs.com/bugs"
  },
  "contributors": [
    {
      "name": "particlebanana"
    },
    {
      "name": "mikermcneil"
    },
    {
      "name": "zolmeister"
    },
    {
      "name": "seerepo"
    }
  ],
  "dependencies": {
    "anchor": "~0.11.0",
    "async": "1.5.2",
    "bluebird": "3.2.1",
    "deep-diff": "0.3.3",
    "lodash": "3.10.1",
    "prompt": "0.2.14",
    "switchback": "2.0.0",
    "waterline-criteria": "~0.11.2",
    "waterline-schema": "~0.2.1"
  },
  "description": "An ORM for Node.js and the Sails framework.",
  "devDependencies": {
    "codeclimate-test-reporter": "0.3.1",
    "eslint": "1.10.3",
    "espree": "3.0.1",
    "istanbul": "0.4.2",
    "mocha": "2.4.5",
    "sails-memory": "github:balderdashy/sails-memory",
    "should": "8.2.1",
    "waterline-adapter-tests": "~0.11.2"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "http://waterlinejs.org",
  "keywords": [
    "mvc",
    "orm",
    "mysql",
    "postgresql",
    "redis",
    "mongodb",
    "active-record",
    "waterline",
    "sails",
    "sails.js"
  ],
  "license": "MIT",
  "main": "./lib/waterline",
  "name": "waterline",
  "repository": {
    "type": "git",
    "url": "git://github.com/balderdashy/waterline.git"
  },
  "scripts": {
    "browserify": "rm -rf .dist && mkdir .dist && browserify lib/waterline.js -s Waterline | uglifyjs > .dist/waterline.min.js",
    "prepublish": "npm prune",
    "test": "make test"
  },
  "version": "0.11.12"
}
