blob: ad2e0afc087b12dafd224278f8cdff12a6058934 [file] [log] [blame]
{
"name": "pouchdb-browser",
"version": "5.4.0-prerelease",
"description": "PouchDB, the browser-only edition.",
"main": "./lib/index.js",
"jsnext:main": "./src/index.js",
"author": "Dale Harvey <dale@arandomurl.com>",
"license": "Apache-2.0",
"repository": "https://github.com/pouchdb/pouchdb",
"files": [
"src",
"lib"
],
"dependencies": {
"pouchdb-adapter-http": "5.4.0-prerelease",
"pouchdb-adapter-indexeddb": "5.4.0-prerelease",
"pouchdb-adapter-websql": "5.4.0-prerelease",
"pouchdb-core": "5.4.0-prerelease",
"pouchdb-mapreduce": "5.4.0-prerelease",
"pouchdb-replication": "5.4.0-prerelease"
}
}