1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00
budibase/apps/account-portal/packages/server/node_modules/pouchdb-collections/package.json
2023-10-17 10:59:46 +02:00

32 lines
692 B
JSON

{
"name": "pouchdb-collections",
"version": "7.3.1",
"description": "Map and Set shims for PouchDB",
"main": "./lib/index.js",
"keywords": [
"map",
"set",
"collections"
],
"author": "Dale Harvey <dale@arandomurl.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/pouchdb/pouchdb.git",
"directory": "packages/node_modules/pouchdb-collections"
},
"jsnext:main": "./lib/index.es.js",
"contributors": [
{
"name": "Calvin Metcalf",
"email": "cmetcalf@appgeo.com"
}
],
"dependencies": {},
"module": "./lib/index.es.js",
"files": [
"lib",
"dist",
"tonic-example.js"
]
}