This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
67 lines (67 loc) · 1.48 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "s3-streaming-upload",
"description": "Streaming upload to S3",
"version": "0.3.4",
"author": "Apiary Inc <[email protected]>",
"contributors": [
{
"name": "Lukas Linhart",
"email": "[email protected]"
},
{
"name": "Ladislav Prskavec",
"email": "[email protected]"
}
],
"dependencies": {
"aws-sdk": "^2.814.0",
"readable-stream": "^3.3.0"
},
"devDependencies": {
"async": "^2.6.2",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"sinon": "^7.3.2",
"streamers": "^0.1.1",
"yargs": "^13.2.2"
},
"keywords": [
"aws",
"s3",
"stream",
"aws stream",
"aws s3 stream",
"aws s3",
"aws s3 streaming",
"aws s3 streaming upload",
"aws-sdk s3 streaming upload",
"aws s3 upload",
"s3 upload",
"s3 stream upload",
"s3 streaming",
"streaming upload",
"s3 streaming upload"
],
"scripts": {
"test": "./node_modules/.bin/mocha",
"test:integration": "./node_modules/.bin/mocha test/integration",
"test:integration:oci": "./node_modules/.bin/mocha test/oci-integration"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/apiaryio/s3-streaming-upload/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/apiaryio/s3-streaming-upload"
},
"bugs": {
"url": "http://github.com/apiaryio/s3-streaming-upload/issues"
},
"main": "src/index.js",
"engines": {
"node": ">= 12.13.0"
}
}