blob: e4ee09794e60967bd8aa550c04218d355b4e1c91 [file] [log] [blame]
{
"name": "pouchdb-fetch",
"version": "7.0.0-prerelease",
"description": "PouchDB's fetch() method.",
"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",
"browser": {
"./lib/index.js": "./lib/index-browser.js",
"./src/fetch.js": "./src/fetch-browser.js"
}
}