-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
{
"name": "node_storage_manager",
"version": "1.3.2",
"description": "Node - Storage Pipe Manager allows world-wide storage and retrieval of any amount of data at any time. You can use Google Cloud Storage, AWS S3 Bucket for a range of scenarios including serving website content, storing data for archival and disaster recovery, or distributing large data objects to users via direct download. Storage Pipe Manager is a Pipe Factory that allow you easily switch between Google CLoud AWS S3, CLOUDINARY and FS without breaking anything or any extra configurations",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/9trocode/node_storage_manager.git"
},
"keywords": [
"node",
"npm",
"storage",
"manager",
"cloud",
"file",
"pipe",
"aws",
"S3",
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"google storage",
"storage",
"aws",
"SDK",
"nfs",
"fs",
"file system",
"cloudinary",
"cloudinary api"
],
"author": "9trocode",
"license": "MIT",
"bugs": {
"url": "https://github.com/9trocode/node_storage_manager/issues"
},
"homepage": "https://github.com/9trocode/node_storage_manager#readme",
"dependencies": {
"@google-cloud/storage": "^4.3.1",
"aws-sdk": "^2.814.0",
"chai": "^4.2.0",
"cloudinary": "^1.19.0",
"minimist": "^1.2.6",
"fs-extra": "^9.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"mocha": "^7.0.1"
}
}