blob: 397b10e722d5a95249ec200db7c947fafdbc15a1 [file] [log] [blame]
{
"name": "pouchdb-debug",
"version": "6.2.1-prerelease",
"description": "PouchDB.debug() API to debug PouchDB operations",
"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"
],
"browser": {
"./lib/index.js": "./lib/index-browser.js"
}
}