forked from DHBW-FN-TIT20/Schokofinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 816 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
{
"name": "schokofinder",
"version": "1.0.0",
"description": "A small website centered around a chocolate quiz",
"main": "server.js",
"scripts": {
"test": "node server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DHBW-FN-TIT20/Schokofinder.git"
},
"keywords": [
"Chocolate",
"node",
"fastify",
"handlebars"
],
"author": "Ralf Ehli, Jonas Straub, Baldur Siegel",
"license": "MIT",
"bugs": {
"url": "https://github.com/DHBW-FN-TIT20/Schokofinder/issues"
},
"homepage": "https://github.com/DHBW-FN-TIT20/Schokofinder#readme",
"dependencies": {
"fastify": "^3.27.4",
"fastify-formbody": "^5.2.0",
"fastify-static": "^4.5.0",
"handlebars": "^4.7.7",
"point-of-view": "^5.1.0"
}
}