{
  "name": "idb-chunk-store",
  "description": "IndexedDB chunk store that is abstract-chunk-store compliant",
  "version": "1.0.1",
  "author": "Santiago Gil (@_santiagogil_)",
  "bugs": {
    "url": "https://github.com/SocketDev/idb-chunk-store/issues"
  },
  "dependencies": {
    "idb": "^6.1.2",
    "queue-microtask": "^1.2.3"
  },
  "devDependencies": {
    "abstract-chunk-store": "^1.5.0",
    "airtap": "^4.0.3",
    "airtap-manual": "^1.0.0",
    "airtap-sauce": "^1.1.2",
    "standard": "^16.0.3",
    "tape": "^5.2.2"
  },
  "homepage": "https://github.com/SocketDev/idb-chunk-store",
  "keywords": [
    "abstract-chunk-store",
    "chunk",
    "idb",
    "indexeddb",
    "store"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/SocketDev/idb-chunk-store.git"
  },
  "scripts": {
    "test": "standard && npm run test-browser",
    "test-browser": "airtap --concurrency 1 -- test.js",
    "test-browser-local": "airtap airtap --preset local -- test.js"
  }
}
