-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.47 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
{
"name": "gta-monitor",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.18.2",
"compute-cosine-distance": "^1.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"express-session-sequelize": "^1.1.0",
"express-validator": "^4.3.0",
"flash": "^1.1.0",
"ip": "^1.1.5",
"jaccard": "^0.4.0",
"json2csv": "^4.0.0-alpha.0",
"md5": "^2.2.1",
"morgan": "~1.9.0",
"mysql2": "^1.5.1",
"node-kmeans": "^1.1.8",
"node-schedule": "^1.2.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"prompt": "^1.0.0",
"pug": "2.0.0-beta11",
"sequelize": "^4.23.1",
"sequelize-cli": "^3.1.0",
"serve-favicon": "~2.4.5",
"shell-quote": "git+https://github.com/Adman/node-shell-quote.git",
"socket.io": "^2.0.4"
},
"description": "Intelligent system for monitoring students who work in the Linux terminal",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Adman/gta-monitor.git"
},
"keywords": [
"monitoring",
"students",
"linux",
"terminal"
],
"author": "Adrian Matejov",
"license": "MIT",
"bugs": {
"url": "https://github.com/Adman/gta-monitor/issues"
},
"homepage": "https://github.com/Adman/gta-monitor#readme"
}