Game-Jaming/Frontend/package.json

14 lines
379 B
JSON
Executable File

{
"name": "GameJamming-Frontend",
"version": "1.0.0",
"main": "main.js",
"repository": "https://github.com/RundelhausCode/Game-Jaming.git",
"author": "Minik Gaarde Lambrecht, Jonas Bruus, Viktor Tejlgaard Rask Neerholt, Ida Maxsigne Tiegel",
"license": "MIT",
"private": true,
"dependencies": {
"axios": "^0.21.1",
"http-proxy-middleware": "^1.0.6"
}
}