forked from antonroesler/application-landscape-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1 KB
/
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
{
"name": "application-landscape-visualizer",
"version": "1.0.0",
"description": "Summer 2021 group project for the module \"Advanced Programming\" of the Engineering Business Information Systems B.Sc. program at Frankfurt University of Applied Sciences.",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antonroesler/application-landscape-visualizer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/antonroesler/application-landscape-visualizer/issues"
},
"homepage": "https://github.com/antonroesler/application-landscape-visualizer#readme",
"devDependencies": {
"nodemon": "^2.0.7"
},
"dependencies": {
"body-parser": "^1.19.0",
"chart.js": "^3.3.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.12.7",
"tinycolor2": "^1.4.2",
"tinygradient": "^1.1.4",
"url-join": "^4.0.1"
}
}