blob: 2cb24b9c109bac5afb08710a19bb1a93f3f2e516 [file]
{
"name": "pouchdb-core",
"version": "5.5.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"
],
"dependencies": {
"argsarray": "*",
"debug": "*",
"double-ended-queue": "*",
"inherits": "*",
"js-extend": "*",
"pouchdb-collections": "*",
"pouchdb-errors": "*",
"pouchdb-merge": "*",
"pouchdb-promise": "*",
"pouchdb-utils": "*",
"scope-eval": "*"
},
"browser": {
"./lib/index.js": "./lib/index-browser.js"
}
}