| { |
| "name": "pouchdb-mapreduce", |
| "version": "7.0.0-prerelease", |
| "description": "PouchDB's map/reduce query API as a plugin.", |
| "main": "./lib/index.js", |
| "keywords": [], |
| "author": "Dale Harvey <dale@arandomurl.com>", |
| "license": "Apache-2.0", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/pouchdb/pouchdb.git", |
| "directory": "packages/node_modules/pouchdb-mapreduce" |
| }, |
| "module": "./src/index.js", |
| "browser": { |
| "./lib/index.js": "./lib/index-browser.js", |
| "./src/evalFunction.js": "./src/evalFunction-browser.js" |
| } |
| } |