Attempt to resurrect qomet code - need some rewrite
[qomet.git] / package.json
CommitLineData
e99c53fb 1{
26325ff0 2 "name": "qomet",
e99c53fb
BA
3 "version": "0.1.0",
4 "description": "QCM tool for exams",
5 "main": "bin/www",
6 "scripts": {
7 "start": "gulp server",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
e99c53fb
BA
10 "author": "Benjamin Auder",
11 "license": "ISC",
12 "dependencies": {
26325ff0
BA
13 "body-parser": "^1.19.0",
14 "bson-objectid": "^1.3.1",
15 "cookie-parser": "^1.4.5",
16 "express": "^4.17.1",
17 "mongojs": "^3.1.0",
18 "morgan": "^1.10.0",
19 "node-cron": "^2.0.3",
20 "pug": "^3.0.0",
21 "sanitize-html": "^2.2.0",
22 "serve-favicon": "^2.5.0",
23 "socket.io": "^3.0.4",
24 "underscore": "^1.12.0"
e99c53fb
BA
25 },
26 "devDependencies": {
26325ff0
BA
27 "gulp": "^4.0.2",
28 "gulp-nodemon": "^2.5.0"
e99c53fb
BA
29 }
30}