blob: 22b3709266f193e4085e8dbaef6fa6077e1ef175 [file]
{
"name": "pouchdb-find",
"version": "7.0.0-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": {
"type": "git",
"url": "https://github.com/pouchdb/pouchdb.git",
"directory": "packages/node_modules/pouchdb-find"
},
"module": "./src/index.js",
"browser": {
"./lib/index.js": "./lib/index-browser.js"
}
}