-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1012 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1012 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
36
37
38
39
40
{
"name": "fs-access-chunk-store",
"description": "File System Access API chunk store that is abstract-chunk-store compliant",
"version": "1.1.0",
"author": {
"name": "WebTorrent, LLC",
"email": "feross@webtorrent.io",
"url": "https://webtorrent.io"
},
"bugs": {
"url": "https://github.com/webtorrent/fs-access-chunk-store/issues"
},
"devDependencies": {
"abstract-chunk-store": "^1.5.0",
"standard": "*",
"tape": "^5.2.2"
},
"homepage": "https://github.com/webtorrent/fs-access-chunk-store",
"keywords": [
"abstract-chunk-store",
"chunk",
"webfs",
"file system access api",
"filesystem access",
"file system access",
"FileSystemHandle",
"FileSystemFileHandle",
"FileSystemDirectoryHandle",
"FileSystemWritableFileStream"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/webtorrent/fs-access-chunk-store.git"
},
"scripts": {
"test": "standard"
}
}