forked from ufosc/Club_Website_2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 955 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
42
{
"name": "osc-website",
"version": "0.0.0",
"description": "UF OSC website",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "",
"lint": "standard && ejslint views/*.ejs && ejslint views/components/*.ejs",
"fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ufosc/Club_Website_2.git"
},
"keywords": [
"OSC",
"webdev",
"nodejs",
"javascript",
"express"
],
"author": "ufosc",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ufosc/Club_Website_2/issues"
},
"homepage": "https://github.com/ufosc/Club_Website_2#readme",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.1.0",
"nodemon": "^2.0.20",
"standard": "^17.0.0"
},
"dependencies": {
"dotenv": "^16.0.2",
"ejs": "^3.1.8",
"ejs-lint": "^2.0.0",
"express": "^4.18.1",
"express-rate-limit": "^6.6.0"
}
}