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