blob: 910c756deb031305ac5d43ecd34ae02ca898e9f1 [file] [log] [blame]
Larbi Gharibe9af9732021-03-31 15:08:01 +01001{
Adrien Béraudc4dd44a2021-04-08 01:05:24 -04002 "name": "jami-web-server",
Larbi Gharibe9af9732021-03-31 15:08:01 +01003 "version": "1.0.0",
4 "description": "Jaas Web API that handles client requests to Jami daemon",
5 "main": "index.js",
6 "dependencies": {
7 "body-parser": "^1.19.0",
8 "connect-redis": "^4.0.4",
9 "cookie-parser": "^1.4.5",
10 "cors": "^2.8.5",
Larbi Gharibe9af9732021-03-31 15:08:01 +010011 "dotenv": "^8.2.0",
12 "env": "0.0.2",
13 "express": "^4.17.1",
Larbi Gharibe9af9732021-03-31 15:08:01 +010014 "express-session": "^1.17.1",
15 "express-ws": "^4.0.0",
16 "fast-xml-parser": "^3.17.4",
17 "faye": "^1.3.0",
Adrien Béraudc4dd44a2021-04-08 01:05:24 -040018 "jami-web-client": "file:client",
Larbi Gharibe9af9732021-03-31 15:08:01 +010019 "mongoose": "^5.9.19",
Larbi Gharibe9af9732021-03-31 15:08:01 +010020 "passport": "^0.4.1",
21 "passport-local": "^1.0.0",
22 "passport-session": "^1.0.2",
23 "passport.socketio": "^3.7.0",
24 "path": "^0.12.7",
25 "redis-url": "^1.2.1",
Adrien Béraudc4dd44a2021-04-08 01:05:24 -040026 "socket.io": "^2.3.0"
Larbi Gharibe9af9732021-03-31 15:08:01 +010027 },
28 "devDependencies": {
Adrien Béraudc4dd44a2021-04-08 01:05:24 -040029 "llnode": "^3.2.0",
Adrien Bérauda2bf6fd2021-04-08 01:06:37 -040030 "nodemon": "^2.0.7",
31 "react-hot-loader": "^4.13.0",
32 "webpack-dev-middleware": "^4.1.0",
33 "webpack-hot-middleware": "^2.25.0"
Larbi Gharibe9af9732021-03-31 15:08:01 +010034 },
35 "scripts": {
36 "start": "node app.js",
Adrien Béraudc4dd44a2021-04-08 01:05:24 -040037 "build": "cd client && npx webpack"
Larbi Gharibe9af9732021-03-31 15:08:01 +010038 },
39 "author": "Larbi Gharib",
40 "license": "ISC"
41}