-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.21 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
50
51
{
"name": "codeworks",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "bin/www.js",
"dependencies": {
"@thream/socketio-jwt": "^3.0.2",
"bcrypt": "^5.1.0",
"bluebird": "^3.7.2",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^6.0.6",
"express-jwt": "^8.3.0",
"firebase-admin": "^11.4.1",
"formidable": "^2.1.1",
"gulp": "^4.0.2",
"gulp-mocha": "^8.0.0",
"gulp-nodemon": "^2.5.0",
"jquery-validation": "^1.19.5",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mariadb": "3.0.2",
"mocha": "^10.2.0",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"open": "8.4.0",
"pem": "^1.14.6",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.28.0",
"serial-mocha": "0.0.4",
"socket.io": "^4.5.4",
"supertest": "^6.3.3",
"winston": "^3.8.2"
},
"devDependencies": {
"pem": "^1.14.6"
},
"scripts": {
"start": "nodemon --experimental-specifier-resolution=node ./bin/www.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-dmtr/codeworks.git"
},
"author": "",
"license": "ISC"
}