{
  "name": "random-access-idb",
  "description": "[random-access][1]-compatible indexedDB storage layer",
  "version": "1.2.2",
  "main": "index.js",
  "dependencies": {
    "buffer-alloc": "^1.1.0",
    "buffer-from": "^0.1.1",
    "inherits": "^2.0.3",
    "next-tick": "^1.0.0",
    "once": "^1.4.0",
    "random-access-storage": "^1.3.0"
  },
  "devDependencies": {
    "budo": "^11.6.4",
    "buffer-equals": "^1.0.4",
    "random-access-memory": "^3.1.1",
    "randombytes": "^2.0.5",
    "tape": "^4.6.3"
  },
  "scripts": {
    "test": "budo test/*.js"
  },
  "keywords": [
    "random-access",
    "abstract-random-access",
    "indexeddb",
    "idb",
    "browser",
    "storage"
  ],
  "author": "substack",
  "license": "BSD"
}
