This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
64 lines (64 loc) · 1.48 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "proctor-server",
"version": "0.9.0",
"description": "System of distant supervision",
"contributors": [
{
"name": "Anton Skshidlevsky",
"email": "meefik@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/meefik/ITMOproctor.git"
},
"bugs": {
"url": "https://github.com/meefik/ITMOproctor/issues"
},
"licenses": [
{
"type": "GPL-3.0",
"url": "http://opensource.org/licenses/GPL-3.0"
}
],
"scripts": {
"start": "node server.js",
"build-app": "./nw-pack.sh",
"postinstall": "cd ./public && bower install"
},
"dependencies": {
"bower": "^1.8.12",
"connect-mongo": "^4.4.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"geoip-lite": "^1.4.2",
"kurento-client": "^6.16.0",
"moment": "^2.29.1",
"mongoose": "^5.13.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nconf": "^0.11.3",
"nodemailer": "^6.6.2",
"passport": "^0.4.1",
"passport-ifmosso": "^1.0.2",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport.socketio": "^3.7.0",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"socket.io": "^4.1.2",
"urlify": "^0.3.6",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^7.29.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0"
},
"engines": {
"node": ">= 12.0.0"
},
"private": true
}