blob: 5310cfc9d012efd1968097358e9adfd56c4e15e6 [file] [log] [blame]
{
"name": "pouchdb-core",
"version": "6.1.0-prerelease",
"description": "The core of PouchDB as a standalone package.",
"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"
],
"browser": {
"./lib/index.js": "./lib/index-browser.js",
"./src/evalFilter.js": "./src/evalFilter-browser.js",
"./src/evalView.js": "./src/evalView-browser.js"
}
}