-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 735 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 735 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
{
"name": "s3-object-streams",
"description": "Tools for streaming the listing of large S3 buckets.",
"keywords": [
"aws",
"s3",
"stream"
],
"version": "0.8.1",
"homepage": "https://github.com/exratione/s3-object-streams",
"author": "Reason <reason@exratione.com>",
"engines": {
"node": ">= 12.0.0"
},
"dependencies": {
"async": "2.1.2",
"aws-sdk": "2.559.0",
"lodash": "4.17.15"
},
"devDependencies": {
"chai": "3.5.0",
"grunt": "1.0.4",
"grunt-eslint": "22.0.0",
"grunt-mocha-test": "0.13.2",
"mocha": "6.2.2",
"sinon": "1.17.6"
},
"repository": {
"type": "git",
"url": "https://github.com/exratione/s3-object-streams"
},
"license": "MIT"
}