blob: fc77f909621f10a4802c02a28a2d96f533277e07 [file]
{
"name": "pouchdb-adapter-localstorage",
"version": "5.4.0-prerelease",
"description": "PouchDB adapter using LocalStorage as its data store.",
"main": "./lib/index.js",
"keywords": [],
"author": "Dale Harvey <dale@arandomurl.com>",
"license": "Apache-2.0",
"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js",
"files": [
"lib",
"src"
],
"dependencies": {
"js-extend": "1.0.1",
"localstorage-down": "0.6.6",
"pouchdb-adapter-leveldb-core": "5.4.0-prerelease"
}
}