| { | |
| "name": "pouchdb-adapter-leveldb", | |
| "version": "7.0.0-prerelease", | |
| "description": "PouchDB adapter using LevelDB as its backing store.", | |
| "main": "./lib/index.js", | |
| "keywords": [], | |
| "browser": { | |
| "leveldown": false | |
| }, | |
| "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-leveldb" | |
| }, | |
| "module": "./src/index.js" | |
| } |