forked from fdnd-task/proof-of-concept
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 913 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
{
"name": "proof-of-concept",
"version": "1.0.0",
"description": "Ontwerp en maak een data driven online concept voor een opdrachtgever.",
"main": "server.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node --env-file=.env server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fdnd-task/proof-of-concept.git"
},
"keywords": [
"node",
"express",
"ejs"
],
"author": "J.P. Sturkenboom <j.p.sturkenboom@hva.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fdnd-task/proof-of-concept/issues"
},
"homepage": "https://github.com/fdnd-task/proof-of-concept#readme",
"dependencies": {
"@google-analytics/data": "^4.7.0",
"chart.js": "^4.4.3",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"nodemon": "^3.1.0"
}
}