-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 872 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
{
"name": "infovis_kaiser_und_hoefe",
"version": "0.1.0",
"description": "Best information visualisation project: Explore historical data about historical dynasties and their people.",
"main": "index.js",
"scripts": {
"start": "node backend-server/map.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:kastrup/infovis_kaiser_und_hoefe.git"
},
"author": "Ruben Lenz, Ali von Wedel",
"license": "ISC",
"dependencies": {
"ajv": "^6.12.2",
"cors": "^2.8.5",
"d3": "^5.16.0",
"dompurify": "^2.0.12",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"jsdom": "^16.3.0",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"node": "^13.14.0",
"nouislider": "^14.5.0",
"npm": "^6.14.6",
"serve-favicon": "^2.5.0"
}
}