-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1014 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "node-minio",
"version": "1.0.2",
"description": "Async Minio(S3 compatible high performance object storage and retrieval) client for promises support in NodeJS",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Minio",
"Minio",
"client",
"Object",
"storage",
"S3",
"compatible",
"minio",
"promisify",
"async",
"minio",
"client"
],
"author": "Darshit Vora",
"license": "MIT",
"dependencies": {
"bluebird": "^3.7.2",
"fs-promise": "^2.0.3",
"fsp": "^0.1.2",
"minio": "^7.0.12"
},
"devDependencies": {
"jsdoc": "^3.6.3"
},
"directories": {
"doc": "docs",
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darshitvvora/node-minio.git"
},
"bugs": {
"url": "https://github.com/darshitvvora/node-minio/issues"
},
"homepage": "https://github.com/darshitvvora/node-minio#readme"
}