-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.22 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
{
"name": "s3-forklift",
"version": "1.1.0",
"description": "aws-sdk based kinda simple s3 uploader",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --timeout 20000"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ubaltaci/s3-forklift.git"
},
"keywords": [
"s3",
"amazon s3",
"upload file to s3",
"upload stream to s3",
"upload file s3",
"upload stream s3",
"upload file",
"upload stream",
"s3-uploader",
"uploader-s3",
"forklift"
],
"author": {
"name": "Uğur Baltacı",
"email": "[email protected]",
"url": "http://www.ugurbaltaci.com"
},
"maintaners": {
"name": "Çağdaş Akar",
"email": "[email protected]",
"web": "http://www.cagdasakar.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ubaltaci/s3-forklift/issues"
},
"homepage": "https://github.com/ubaltaci/s3-forklift#readme",
"dependencies": {
"@hapi/joi": "16.1.7",
"@hapi/mimos": "4.1.1",
"aws-sdk": "2.573",
"is-stream": "2.0.0"
},
"devDependencies": {
"chai": "4.2.0",
"fs-extra": "8.1.0",
"mocha": "6.2.2",
"eslint": "6.6.0"
}
}