| { | |
| "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" | |
| } | |
| } |