Landingpage/package.json
2019-09-05 19:38:34 +02:00

18 lines
410 B
JSON

{
"name": "landingpage",
"version": "1.0.0",
"description": "A Landing Page for Cliffbreak",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.cliffbreak.de/Cliffbreak/Landingpage.git"
},
"author": "AlphaVoid (Moritz)",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}