-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.08 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
{
"name": "advisor",
"version": "1.0.0",
"description": "advisor.co backend and webapp",
"main": "server/server.js",
"engines": {
"node": "11.9.0"
},
"scripts": {
"start": "node server/",
"dev_server": "nodemon server/"
},
"keywords": [
"socket.io",
"node",
"js"
],
"homepage": "https://github.com/puyaars/advisor",
"private": true,
"bugs": {
"url": "https://github.com/puyaars/advisor/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/puyaars/advisor.git"
},
"author": {
"email": "[email protected]",
"name": "puya ars"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@liara/sdk": "^0.2.2",
"bcryptjs": "^2.4.3",
"crypto": "^1.0.1",
"express": "^4.16.4",
"express-fileupload": "^1.1.1-alpha.2",
"helmet": "^3.18.0",
"http": "0.0.0",
"mongoose": "^5.4.11",
"node-schedule": "^1.3.1",
"nodemailer": "^6.1.0",
"socket.io": "^2.2.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"nodemon": "^1.19.0"
}
}