idb-iegap
Version:
Polyfill that makes IE10 / IE11 support the full IndexedDB specification by implementing compound and multiEntry index handling
22 lines (21 loc) • 518 B
JSON
{
"name": "dexie",
"version": "1.0.0",
"description": "Minimalistic IndexedDB API with bullet proof transactions",
"main": "src/Dexie.js",
"repository": {
"type": "git",
"url": "https://github.com/dfahlander/Dexie.js.git"
},
"keywords": [
"indexeddb",
"browser",
"database"
],
"author": "David Fahlander",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dfahlander/Dexie.js/issues"
},
"homepage": "https://github.com/dfahlander/Dexie.js/wiki/Dexie.js"
}