| { | |
| "name": "pouchdb-for-coverage", | |
| "version": "7.0.0-prerelease", | |
| "main": "./lib/index.js", | |
| "private": true, | |
| "//": [ | |
| "Below, the node version is used for coverage tests.", | |
| "The browser version is actually used for tests/integration/utils.js." | |
| ], | |
| "browser": { | |
| "./lib/index.js": "./lib/index-browser.js", | |
| "./src/pouchdb.js": "./src/pouchdb-browser.js" | |
| } | |
| } |