-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
{
"name": "cloud-computing",
"version": "1.0.0",
"description": "--- ## How to interact 1. python Client.py 2. Command options: 1. -u: upload files 2. -l: List all the buckets 3. -n: create a new bucket",
"main": "client.js",
"scripts": {
"datanode": "node dataNode.js",
"namenode": "node nameNode.js",
"client": "node client.js"
},
"repository": {
"type": "git",
"url": "https://git-codecommit.us-west-2.amazonaws.com/v1/repos/cloud-computing"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.629.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"concat-files": "^0.1.1",
"express": "^4.17.1",
"form-data": "^3.0.0",
"got": "^10.6.0",
"i": "^0.3.6",
"install": "^0.13.0",
"merge-files": "^0.1.2",
"multer": "^1.4.2",
"npm": "^6.14.2",
"prompt": "^1.0.0",
"prompt-sync": "^4.2.0",
"prompt-sync-history": "^1.0.1",
"prompts": "^2.3.1",
"readline-sync": "^1.4.10",
"split-file": "^2.2.0"
}
}