forked from dfahlander/idb-iegap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 731 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "idb-iegap",
"version": "0.9.3",
"homepage": "https://github.com/dfahlander/idb-iegap",
"authors": [
"David Fahlander <david.fahlander@gmail.com>"
],
"description": "Polyfill that makes IE10 / IE11 support the full IndexedDB specification by implementing compound and multiEntry index handling",
"main": "idb-iegap.min.js",
"moduleType": [
"globals"
],
"keywords": [
"indexeddb",
"polyfill",
"ie10",
"ie11",
"compound",
"multiEntry",
"composed",
"index"
],
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"qunit": "~1.15.0",
"dexie": "~1.0.1"
}
}