Indicate website URL in README
[qomet.git] / package.json
1 {
2 "name": "qcm",
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 },
10 "repository": {
11 "type": "git",
12 "url": "git@auder.net:qcm"
13 },
14 "author": "Benjamin Auder",
15 "license": "ISC",
16 "dependencies": {
17 "body-parser": "^1.18.2",
18 "bson-objectid": "^1.2.2",
19 "cookie-parser": "^1.4.3",
20 "express": "^4.16.2",
21 "mongojs": "^2.4.1",
22 "morgan": "^1.9.0",
23 "node-cron": "^1.2.1",
24 "pug": "^2.0.0-rc.4",
25 "sanitize-html": "^1.16.3",
26 "serve-favicon": "^2.4.5",
27 "socket.io": "^2.0.4",
28 "underscore": "^1.8.3"
29 },
30 "devDependencies": {
31 "gulp": "^3.9.1",
32 "gulp-nodemon": "^2.2.1"
33 }
34 }