blob: d42f90055f2adee41af7c7aaf61998999f4d364d [file]
{
"name": "pouchdb-http",
"version": "5.5.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": "*",
"pouchdb-core": "*"
},
"browser": {
"./lib/index.js": "./lib/index-browser.js"
}
}