| { |
| "name": "pouchdb-adapter-memory", |
| "version": "5.5.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" |
| ], |
| "dependencies": { |
| "js-extend": "1.0.1", |
| "memdown": "1.1.2", |
| "pouchdb-adapter-leveldb-core": "5.5.0-prerelease" |
| }, |
| "peerDependencies": { |
| "pouchdb-core": "5.5.0-prerelease" |
| } |
| } |