blob: a9dd1810d4dad10b326286d3fd3888c55aff272d [file] [log] [blame]
{
"name": "pouchdb-http",
"version": "5.4.0-prerelease",
"description": "PouchDB as an HTTP-only package.",
"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-core": "5.4.0-prerelease"
},
"browser": {
"./lib/index.js": "./lib/index-browser.js"
}
}