{
  "name": "orbit-db-kastore",
  "version": "1.0.5",
  "description": "Key-Array Store for orbit-db",
  "main": "src/KeyArrayStore.js",
  "browser": "dist/orbitdb.kastore.min.js",
  "homepage": "https://github.com/ThalusA/orbit-db-kastore",
  "bugs": "https://github.com/ThalusA/orbit-db-kastore/issues",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack"
  },
  "keywords": [
    "orbit-db",
    "orbitdb",
    "ka",
    "key-array",
    "ka-store"
  ],
  "author": "ThalusA",
  "contributors": [
    "haadcode",
    "greenkeeperio-bot",
    "shamb0t",
    "RichardLitt",
    "bshevchenko",
    "adam-palazzo"
  ],
  "license": "MIT",
  "localMaintainers": [
    "ThalusA <alexandre.monierc@gmail.com>"
  ],
  "devDependencies": {
    "orbit-db-store": "^4.1.0",
    "path-browserify": "^1.0.1",
    "util": "^0.12.4",
    "webpack": "^5.39.0",
    "webpack-cli": "^4.7.2"
  }
}
