-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 968 Bytes
/
package.json
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
36
37
38
39
40
41
{
"name": "localforage-chunk-store",
"description": "localForage chunk store that is abstract-chunk-store compliant",
"version": "1.0.0",
"author": {
"name": "Yoann Ciabaud",
"email": "[email protected]",
"url": "http://yoann-ciabaud.fr/"
},
"bugs": {
"url": "https://github.com/yciabaud/localforage-chunk-store/issues"
},
"dependencies": {
"localforage": "^1.3.0"
},
"devDependencies": {
"abstract-chunk-store": "^1.0.0",
"standard": "^5.0.2",
"tape": "^4.1.0",
"zuul": "^3.6.0"
},
"homepage": "https://github.com/yciabaud/localforage-chunk-store",
"keywords": [
"abstract-chunk-store",
"chunk",
"indexeddb",
"websql",
"localstorage",
"store",
"localForage"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/yciabaud/localforage-chunk-store.git"
},
"scripts": {
"test": "standard && zuul -- test.js"
}
}