react-use-idb
Version:
Use indexDB react hook
32 lines (31 loc) • 673 B
JSON
{
"name": "react-use-idb",
"version": "1.0.2",
"description": "Use indexDB react hook",
"main": "index.js",
"scripts": {
"test": "node -r esm test.js"
},
"peerDependencies": {
"react": ">= 16.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kigiri/react-use-idb.git"
},
"keywords": [
"indexDB",
"react-hook"
],
"author": "kigiri",
"license": "MIT",
"bugs": {
"url": "https://github.com/kigiri/react-use-idb/issues"
},
"homepage": "https://github.com/kigiri/react-use-idb#readme",
"devDependencies": {
"esm": "^3.0.84",
"puppeteer": "^1.10.0",
"react": "^16.7.0-alpha.0"
}
}