idb-iegap
Version:
Polyfill that makes IE10 / IE11 support the full IndexedDB specification by implementing compound and multiEntry index handling
29 lines (28 loc) • 499 B
JSON
{
"name": "dexie",
"homepage": "https://github.com/dfahlander/Dexie.js",
"authors": [
"David Fahlander"
],
"description": "Minimalistic IndexedDB API with bullet proof transactions",
"main": "dist/latest/Dexie.min.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"indexeddb",
"browser",
"database"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"addons",
"test",
"samples",
"dist/allversions/",
"src"
]
}