-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 909 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
{
"name": "KONSol",
"version": "0.0.1",
"description": "En express-app för att manuellt styra skärmen i Konsulatet.",
"repository": {
"type": "git",
"url": "https://github.com/Acksell/KONSol.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.1",
"cors": "^2.8.4",
"csurf": "^1.9.0",
"dotenv": "^10.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"file-type": "^8.0.0",
"gif-stream": "^1.1.0",
"google-auth-library": "^7.9.1",
"jdataview": "^2.5.0",
"jpeg-js": "^0.4.0",
"mongoose": "^5.7.5",
"multer": "^1.3.0",
"node-fetch": "^2.6.1",
"pngjs": "^3.3.3",
"querystring": "^0.2.0",
"react-transition-group": "^2.4.0",
"request": "^2.87.0",
"xml2js": "^0.4.19"
}
}