{
  "name": "pouchdb-adapter-memory",
  "version": "9.0.0",
  "description": "PouchDB adapter using in-memory as its data store.",
  "main": "./lib/index.js",
  "keywords": [],
  "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-adapter-memory"
  },
  "module": "./lib/index.es.js",
  "dependencies": {
    "memdown": "1.4.1",
    "pouchdb-adapter-leveldb-core": "9.0.0"
  },
  "files": [
    "lib",
    "dist"
  ]
}
