-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.19 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.19 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "bigtable",
"version": "1.0.0",
"description": "BigTable Simulation",
"main": "master.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node master.js",
"master": "node master.js",
"tabletserver1": "node TabletServer1.js",
"tabletserver2": "node TabletServer2.js",
"client1": "node clientOne.js",
"client2": "node clientTwo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sirSayed98/BigTable.git"
},
"keywords": [
"os",
"nodeJs",
"sockets",
"mutex"
],
"author": "mohamedSayed",
"license": "ISC",
"bugs": {
"url": "https://github.com/sirSayed98/BigTable/issues"
},
"homepage": "https://github.com/sirSayed98/BigTable#readme",
"dependencies": {
"axios": "^0.21.1",
"async-mutex": "^0.3.1",
"colors": "^1.4.0",
"config": "^3.3.6",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"fetch": "^1.1.0",
"inquirer": "^8.1.0",
"moment": "^2.29.1",
"mongoose": "^5.12.10",
"morgan": "^1.10.0",
"nodemailer": "^6.6.0",
"nodemon": "^2.0.7",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"system-sleep": "^1.3.7"
}
}