pouchdb-adapter-asyncstorage
Version:
asyncstorage adapter for PouchDB
52 lines (51 loc) • 1.23 kB
JSON
{
"name": "pouchdb-adapter-asyncstorage",
"version": "6.4.1",
"description": "asyncstorage adapter for PouchDB",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/stockulus/pouchdb-react-native.git"
},
"keywords": [
"pouchdb",
"react-native",
"asyncstorage",
"offlinefirst"
],
"scripts": {
"updtr": "updtr --save-exact"
},
"author": {
"name": "Christoph Stock",
"email": "stockulus@icloud.com",
"url": "https://twitter.com/stockulus"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stockulus/pouchdb-react-native/issues"
},
"homepage": "https://github.com/stockulus/pouchdb-react-native#readme",
"dependencies": {
"atob": "2.0.3",
"blob-polyfill": "2.0.20171115",
"btoa": "1.1.2",
"buffer": "5.1.0",
"events": "1.1.1",
"left-pad": "1.2.0",
"pouchdb-adapter-utils": "6.4.3",
"pouchdb-binary-utils": "6.4.3",
"pouchdb-errors": "6.4.3",
"pouchdb-json": "6.4.3",
"pouchdb-merge": "6.4.3",
"pouchdb-utils": "6.4.3",
"spark-md5": "3.0.0"
},
"devDependencies": {},
"peerDependencies": {},
"standard": {
"ignore": [
"node_modules/**"
]
}
}