pouchdb-find
Version:
Easy-to-use query language for PouchDB
30 lines (29 loc) • 537 B
JSON
{
"name": "pouchdb-find",
"version": "0.3.5",
"description": "Easy-to-use query language for PouchDB",
"homepage": "https://github.com/nolanlawson/pouchdb-find",
"authors": [
"Nolan Lawson <nolan.lawson@gmail.com>"
],
"main": "dist/pouchdb.find.min.js",
"moduleType": [
"node"
],
"keywords": [
"pouchdb",
"find",
"indexes",
"couchdb",
"plugin"
],
"license": "Apache 2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"vendor"
]
}