-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 879 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
{
"name": "cloudflare-stream-uploader",
"version": "0.0.1",
"description": "A NodeJS Cloudflare Stream uploader.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bostrot/cloudflare-stream-uploader.git"
},
"keywords": [
"cloudflare",
"stream",
"uploader",
"video"
],
"author": "e980",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bostrot/cloudflare-stream-uploader/issues"
},
"homepage": "https://github.com/bostrot/cloudflare-stream-uploader#README",
"dependencies": {
"bs58": "^4.0.1",
"connect-multiparty": "^2.1.1",
"express": "^4.16.3",
"form-data": "^2.3.2",
"fs-extra": "^6.0.1",
"node-fetch": "^2.2.0",
"request": "^2.87.0",
"tus-js-client": "^1.5.1"
}
}