Landingpage/package.json
Simon Giesel f61a286f81
All checks were successful
continuous-integration/drone/push Build is passing
Add missing start script
2019-09-24 10:31:22 +00:00

19 lines
435 B
JSON

{
"name": "landingpage",
"version": "1.0.0",
"description": "A Landing Page for Cliffbreak",
"main": "app.js",
"scripts": {
"start": "node app",
"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"
}
}