| { | |
| "name": "pouchdb-node", | |
| "version": "7.0.0-prerelease", | |
| "description": "PouchDB, the Node-only edition.", | |
| "main": "./lib/index.js", | |
| "module": "./lib/index.es.js", | |
| "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-node" | |
| } | |
| } |