{
  "name": "idb-store",
  "version": "1.0.5",
  "description": "IndexedDB ES6 wrapper for single database creation and store methods",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "indexedDB",
    "promises",
    "stores",
    "schema",
    "manager",
    "ES6"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/holmberd/idb-store.git"
  },
  "author": "Dag",
  "license": "ISC",
  "dependencies": {
    "idb": "^2.1.3"
  }
}
