UNPKG

1.02 kBJSONView Raw
1{
2 "name": "metadata-pouchdb",
3 "description": "PouchDB data adapter for metadata.js",
4 "version": "2.0.22-beta.1",
5 "author": "Evgeniy Malyarov <info@oknosoft.ru> (http://www.oknosoft.ru)",
6 "license": "MIT",
7 "engines": {
8 "node": "^8.8",
9 "npm": "^6.0"
10 },
11 "dependencies": {
12 "pouchdb-adapter-http": "7.1",
13 "pouchdb-adapter-idb": "7.1",
14 "pouchdb-adapter-memory": "7.1",
15 "pouchdb-authentication": "1.1.3",
16 "pouchdb-core": "7.1",
17 "pouchdb-debug": "7.1",
18 "pouchdb-find": "7.1",
19 "pouchdb-mapreduce": "7.1",
20 "pouchdb-replication": "7.1"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/oknosoft/metadata.js/tree/master/packages/metadata-pouchdb"
25 },
26 "bugs": {
27 "url": "https://github.com/oknosoft/metadata.js/issues"
28 },
29 "homepage": "http://www.oknosoft.ru/metadata/",
30 "main": "./index.js",
31 "keywords": [
32 "metadata",
33 "couchdb",
34 "pouchdb",
35 "offline-first"
36 ],
37 "gitHead": "243d35089cbb9667919f661a6a4d164c6057acc6"
38}