blob: 122c12ce48f9d01030cef304f9d70facbbda2294 [file] [log] [blame]
{
"name": "pouchdb-for-coverage",
"version": "6.2.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",
"./lib/index.js": "./lib/index-browser.js",
"./src/pouchdb.js": "./src/pouchdb-browser.js"
}
}