blob: 19f00ceec06163c8a7d8e382a951a2337c045fdc [file] [log] [blame]
{
"name": "pouchdb-find",
"version": "6.2.1-prerelease",
"description": "Easy-to-use query language for PouchDB",
"main": "lib/index.js",
"keywords": [
"pouch",
"pouchdb",
"plugin",
"find",
"mango",
"query",
"couch",
"couchdb"
],
"author": "Nolan Lawson <nolan@nolanlawson.com>",
"license": "Apache-2.0",
"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js",
"browser": {
"./lib/index.js": "./lib/index-browser.js"
}
}