Landingpage/package.json

20 lines
435 B
JSON
Raw Normal View History

2019-09-05 17:38:34 +00:00
{
"name": "landingpage",
"version": "1.0.0",
"description": "A Landing Page for Cliffbreak",
"main": "app.js",
"scripts": {
2019-09-24 10:31:22 +00:00
"start": "node app",
2019-09-05 17:38:34 +00:00
"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"
}
}