blob: c327630834b5b853300a07fb468fac45ac68c664 [file] [log] [blame]
{
"name": "pouchdb-mapreduce",
"version": "6.1.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": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js",
"files": [
"lib",
"src"
],
"browser": {
"./src/evalFunction.js": "./src/evalFunction-browser.js",
"./lib/index.js": "./lib/index-browser.js"
}
}