-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"author": {
"name": "Bhavesh Khandelwal",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/kkbhav/pouchdb-adapter-rn-websql-core/issues"
},
"bundleDependencies": false,
"dependencies": {
"pouchdb-binary-utils": "6.4.1",
"pouchdb-collections": "6.4.1",
"pouchdb-errors": "6.4.1",
"pouchdb-json": "6.4.1",
"pouchdb-merge": "6.4.1",
"pouchdb-utils": "6.4.1",
"pouchdb-md5": "6.4.1"
},
"peerDependencies": {
"react-native-fetch-blob": "git+https://github.com/kkbhav/react-native-fetch-blob.git#work"
},
"deprecated": false,
"description": "Underlying adapter code for WebSQL and SQLite-based ReactNative PouchDB adapters.",
"files": [
"lib",
"dist",
"tonic-example.js"
],
"homepage": "https://github.com/kkbhav/pouchdb-adapter-rn-websql-core",
"jsnext:main": "./lib/index.es.js",
"keywords": [],
"license": "Apache-2.0",
"main": "./lib/index.js",
"module": "./lib/index.es.js",
"name": "pouchdb-adapter-rn-websql-core",
"repository": {
"type": "git",
"url": "git+https://github.com/kkbhav/pouchdb-adapter-rn-websql-core.git"
},
"version": "6.4.1"
}