This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.38 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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "javaautomark",
"version": "1.1.0",
"description": "A web-based tool which automatically marks Java assignments.",
"main": "server.js",
"bin": {
"jam": "node server.js"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"skipInstall": "node ./server.js --skipInstall",
"forceInstall": "node ./server.js --forceInstall",
"start": "node ./server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheBrenny/JavaAutoMark.git"
},
"keywords": [
"java",
"assessment",
"marking",
"assignment"
],
"author": "TheBrenny <[email protected]>",
"contributors": [
"Jarod Brennfleck",
"Ahmad Bilal",
"Ethan Fraser",
"Jack Millar",
"Roshan Chenginiyadan"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/TheBrenny/JavaAutoMark/issues"
},
"homepage": "https://github.com/TheBrenny/JavaAutoMark#readme",
"dependencies": {
"@smcloudstore/azure-storage": "^0.2.0",
"@smcloudstore/google-cloud-storage": "^0.2.1",
"adm-zip": "^0.5.9",
"bcrypt": "^5.0.1",
"cli-progress": "^3.9.1",
"cors": "^2.8.5",
"decompress": "^4.2.1",
"dotenv": "^10.0.0",
"express": "^5.0.0-alpha.8",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"express-validator": "^6.13.0",
"helmet": "^4.6.0",
"inquirer": "^8.2.0",
"inquirer-file-tree-selection-prompt": "https://github.com/TheBrenny/inquirer-file-tree-selection/tarball/main",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"mysql2": "^2.3.1",
"nonce-express": "^1.0.2",
"p-limit": "^4.0.0",
"promise-ticket": "^1.1.2",
"scetch": "^1.5.9",
"semver": "^7.3.5",
"smcloudstore": "https://github.com/TheBrenny/SMCloudStore/tarball/dist",
"smcloudstore-aws-s3": "https://github.com/TheBrenny/SMCloudStore/tarball/awss3",
"smcloudstore-localstorage": "https://github.com/TheBrenny/smcloudstore-localstorage/tarball/main",
"wget-improved": "^3.2.1",
"ws": "^8.2.3"
},
"devDependencies": {
"browser-sync": "^2.27.5",
"gulp": "^4.0.2",
"gulp-nodemon": "^2.5.0",
"gulp-real-favicon": "^0.3.2",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"nodemon": "^2.0.13",
"sass": "^1.43.2",
"sql-cli-repl": "^1.3.2"
},
"private": "true"
}