Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
kfet/package.json

23 lines
465 B
JSON
Raw Normal View History

2020-05-28 18:59:10 +02:00
{
"name": "kfet",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
2020-05-30 23:01:50 +02:00
"express-session": "^1.17.1",
2020-05-28 18:59:10 +02:00
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"pg": "^8.2.1",
"pg-hstore": "^2.3.3",
2020-05-29 12:55:56 +02:00
"pug": "^2.0.0-beta11",
2020-05-28 18:59:10 +02:00
"sequelize": "^5.21.11",
"sequelize-cli": "^5.5.1",
"socket.io": "^2.3.0"
}
}