-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "krotoncheck",
"description": "Check Badminton league results according to NRW regulations",
"main": "index.js",
"scripts": {
"test": "mocha --delay test/",
"test:watch": "npm run test -- -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phihag/krotoncheck.git"
},
"author": "Philipp Hagemeister",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/phihag/krotoncheck/issues"
},
"homepage": "https://github.com/phihag/krotoncheck#readme",
"dependencies": {
"argparse": "^2.0.1",
"atomic-write": "*",
"babyparse": "*",
"bcrypt": ">=1.0.2",
"body-parser": "^1.18.3",
"cookie-parser": "*",
"cron": ">=1.2.1",
"csurf": "*",
"express": "^4.16.4",
"fast-levenshtein": "*",
"html-entities": "*",
"mustache": "*",
"mustache-express": "*",
"nedb": "*",
"nodemailer": "*",
"request": "^2.88.0",
"serve-favicon": "^2.5.0",
"supervisor": "*",
"timezone": "*"
},
"devDependencies": {
"eslint": "^7.32.0",
"mocha": "^6.0.2"
}
}