blob: 51d77b504b9ac8ea4603bae6b1f67105ef955d06 [file] [log] [blame]
{
"name": "pouchdb-adapter-memory",
"version": "6.2.0-prerelease",
"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": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js",
"files": [
"lib",
"src"
]
}