forked from MinEduTDF/idb-chunk-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 871 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
{
"name": "idb-chunk-store",
"description": "IndexedDB chunk store that is abstract-chunk-store compliant",
"version": "0.1.3",
"author": "Santiago Gil (@_santiagogil_)",
"bugs": {
"url": "https://github.com/MinEduTDF/idb-chunk-store/issues"
},
"dependencies": {
"inherits": "^2.0.3"
},
"devDependencies": {
"abstract-chunk-store": "^1.0.0",
"standard": "^9.0.0",
"tape": "^4.6.0",
"zuul": "^3.11.0"
},
"homepage": "https://github.com/MinEduTDF/idb-chunk-store",
"keywords": [
"abstract-chunk-store",
"chunk",
"in memory",
"in-memory",
"memory",
"store"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/MinEduTDF/idb-chunk-store.git"
},
"scripts": {
"test": "zuul -- test.js",
"local-test": "zuul --local -- test.js"
}
}