{
  "name": "couchdb-objects",
  "description": "Aids in the construction of JSON objects as used by CouchDB.",
  "repository": {
    "type": "git",
    "url": "https://github.com/pouchdb/pouchdb-server.git"
  },
  "keywords": [
    "pouch",
    "pouchdb",
    "couch",
    "couchdb",
    "object"
  ],
  "license": "Apache-2.0",
  "author": "Marten de Vries",
  "main": "lib/index.js",
  "version": "4.2.0",
  "dependencies": {
    "extend": "^3.0.0",
    "header-case-normalizer": "^1.0.3",
    "is-empty": "^1.2.0",
    "pouchdb-promise": "^6.4.1",
    "random-uuid-v4": "0.0.8"
  },
  "optionalDependencies": {}
}
