-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1018 Bytes
/
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
{
"name": "diringame",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@chilkat/ck-node11-win64": "^9.50.80",
"body-parser": "^1.19.0",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"image-size": "^0.8.3",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.5.4",
"mongoose": "^5.9.2",
"multer": "^1.4.2",
"mysql2": "^2.0.2",
"node-rsa": "^1.0.7",
"uuid": "^3.3.3",
"validator": "^12.2.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/farhadzaeri/dirindirin_game.git"
},
"bugs": {
"url": "https://gitlab.com/farhadzaeri/dirindirin_game/issues"
},
"homepage": "https://gitlab.com/farhadzaeri/dirindirin_game#readme",
"description": ""
}