-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "dbuzz-messaging-service",
"version": "1.0.0",
"description": "Private messaging service for D.buzz",
"main": "index.js",
"scripts": {
"start": "node ./src/server",
"dev": "nodemon ./src/server",
"init": "node ./init",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d-buzz/d.buzz-message.git"
},
"keywords": [
"dbuzz",
"hive",
"dbuzz-message",
"hive-message"
],
"author": "lyereon.26@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/d-buzz/d.buzz-message/issues"
},
"homepage": "https://github.com/d-buzz/d.buzz-message#readme",
"dependencies": {
"@hiveio/dhive": "^0.14.1",
"@hiveio/hive-js": "^0.8.9",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"cryptr": "^6.0.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"moment": "^2.28.0",
"mongodb": "^3.6.2",
"nodemon": "^2.0.4",
"redis": "^3.0.2",
"socket.io": "^2.3.0"
}
}