Erste Funktionalität der Menükarte per GET/POST, keine API; Umstrukturierung der Tabelle als Bootstrap-div; HTML/CSS-Cleanup

This commit is contained in:
Sebastian Seedorf
2016-03-25 13:33:42 +01:00
parent 92a5ff8eda
commit f99271ee01
202 changed files with 25173 additions and 853 deletions

View File

@@ -1,4 +1,29 @@
{
"name": "html5-restaurant",
"version": "0.1.0"
}
"version": "0.1.0",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"jade": "^1.11.0",
"jade-bootstrap": "^1.0.2"
},
"description": "Studienprojekt Webprogrammierung 4. Semester",
"main": "main.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.sebse.de/Caesar2011/html5-restaurant.git"
},
"keywords": [
"html5",
"restaurant",
"project",
"web-development"
],
"author": "Sebastian Seedorf",
"license": "ISC"
}