{
  "name": "pouchdb-collections",
  "version": "8.0.1",
  "description": "Map and Set shims for PouchDB",
  "main": "./lib/index.js",
  "keywords": [
    "map",
    "set",
    "collections"
  ],
  "author": "Dale Harvey <dale@arandomurl.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/pouchdb/pouchdb.git",
    "directory": "packages/node_modules/pouchdb-collections"
  },
  "jsnext:main": "./lib/index.es.js",
  "contributors": [
    {
      "name": "Calvin Metcalf",
      "email": "cmetcalf@appgeo.com"
    }
  ],
  "dependencies": {},
  "module": "./lib/index.es.js",
  "files": [
    "lib",
    "dist",
    "tonic-example.js"
  ]
}
