-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 951 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
{
"name": "performance-matters-optimizid-website-s-a",
"version": "1.0.0",
"description": "Optimized website voor Buurtcampus oost door Suus en Anouk",
"main": "server.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anoukbruinn/performance-matters-optimizid-Website-S-A.git"
},
"keywords": [
"Buurtcampus",
"oost",
"stekjesbieb"
],
"author": "Suus Harsveld, Anouk Bruin",
"license": "MIT",
"bugs": {
"url": "https://github.com/anoukbruinn/performance-matters-optimizid-Website-S-A/issues"
},
"homepage": "https://github.com/anoukbruinn/performance-matters-optimizid-Website-S-A#readme",
"dependencies": {
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"socket.io": "^4.6.1"
}
}