forked from jimmywarting/StreamSaver.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 882 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
{
"name": "streamsaver",
"version": "2.0.6",
"description": "StreamSaver writes stream to the filesystem directly - asynchronous",
"main": "StreamSaver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/jimmywarting/StreamSaver.js.git"
},
"keywords": [
"saving",
"streams",
"stream",
"html5",
"file",
"blob"
],
"author": "Jimmy Wärting <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimmywarting/StreamSaver.js/issues"
},
"homepage": "https://github.com/jimmywarting/StreamSaver.js#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/jimmywarting"
}
]
}