forked from aerohive/ClassWIFIAccess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 927 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
36
37
38
39
40
41
{
"author": {
"name": "Thomas Munzer"
},
"name": "ClassWIFIAcces",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"license": "GPL",
"main": "/bin/www",
"repository": {
"type": "git",
"url": "https://github.com/tmunzer/SchoolControl.git"
},
"dependencies": {
"axios": "^0.18.0",
"bcryptjs": "^2.3.0",
"body-parser": "~1.13.2",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.3.5",
"cron": "~1.1.0",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "~1.12.1",
"morgan": "~1.6.1",
"nodemailer": "^5.1.1",
"passport": "~0.3.0",
"passport-local": "~1.0.0",
"pug": "^2.0.0-beta3",
"querystring": "^0.2.0",
"respawn": "~2.2.0",
"rrule": "^2.6.0",
"serve-favicon": "~2.3.0",
"socket.io": "~1.3.7",
"sqlite3": "~4.0.6",
"ssh2": "~0.4.12",
"winston": "~2.1.1"
}
}