forked from meefik/ITMOproctor
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
69 lines (69 loc) · 1.61 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
65
66
67
68
69
{
"name": "proctor-server",
"version": "0.9.0",
"description": "System of distant supervision",
"contributors": [
{
"name": "Anton Skshidlevsky"
},
{
"name": "Elena Cherepovskaya",
"email": "[email protected]"
},
{
"name": "Artem Volodin"
}
],
"repository": {
"type": "git",
"url": "git://github.com/openeduITMO/ITMOproctor.git"
},
"bugs": {
"url": "https://github.com/openeduITMO/ITMOproctor/issues"
},
"licenses": [
{
"type": "GPL-3.0",
"url": "http://opensource.org/licenses/GPL-3.0"
}
],
"scripts": {
"start": "node ./bin/www",
"build-app": "./nw-pack.sh",
"postinstall": "cd ./public && bower install"
},
"dependencies": {
"body-parser": "^1.19.0",
"bower": "^1.8.8",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.4",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.16.2",
"geoip-lite": "^1.3.8",
"kurento-client": "^6.11.0",
"moment": "^2.24.0",
"mongoose": "^5.7.0",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"nconf": "^0.10.0",
"node-polyglot": "^2.3.1",
"node-telegram-bot-api": "^0.30.0",
"passport": "^0.4.0",
"passport-ifmosso": "^1.0.2",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport.socketio": "^3.7.0",
"request": "^2.88.0",
"serve-favicon": "^2.5.0",
"socket.io": "^2.2.0",
"socks5-https-client": "^1.2.1",
"urlify": "^0.3.6",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.1"
},
"engines": {
"node": ">=8.0.0"
},
"private": true
}