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

@@ -2,20 +2,24 @@
"_args": [
[
"center-align@^0.1.1",
"C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant\\node_modules\\cliui"
"L:\\Git\\repos\\html5-restaurant\\node_modules\\cliui"
]
],
"_from": "center-align@>=0.1.1 <0.2.0",
"_id": "center-align@0.1.2",
"_id": "center-align@0.1.3",
"_inCache": true,
"_installable": true,
"_location": "/center-align",
"_nodeVersion": "4.2.1",
"_nodeVersion": "5.3.0",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/center-align-0.1.3.tgz_1454366538829_0.9471865000668913"
},
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.14.7",
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "center-align",
@@ -28,11 +32,11 @@
"_requiredBy": [
"/cliui"
],
"_resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz",
"_shasum": "74fa8540fc19b26aae6edc7e031cd6993d495ba0",
"_resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
"_shasum": "aa0d32629b6ee972200411cbd4461c907bc2b7ad",
"_shrinkwrap": null,
"_spec": "center-align@^0.1.1",
"_where": "C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant\\node_modules\\cliui",
"_where": "L:\\Git\\repos\\html5-restaurant\\node_modules\\cliui",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -41,8 +45,8 @@
"url": "https://github.com/jonschlinkert/center-align/issues"
},
"dependencies": {
"align-text": "^0.1.0",
"lazy-cache": "^0.2.4"
"align-text": "^0.1.3",
"lazy-cache": "^1.0.3"
},
"description": "Center-align the text in a string.",
"devDependencies": {
@@ -50,8 +54,8 @@
},
"directories": {},
"dist": {
"shasum": "74fa8540fc19b26aae6edc7e031cd6993d495ba0",
"tarball": "http://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz"
"shasum": "aa0d32629b6ee972200411cbd4461c907bc2b7ad",
"tarball": "http://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz"
},
"engines": {
"node": ">=0.10.0"
@@ -60,7 +64,7 @@
"index.js",
"utils.js"
],
"gitHead": "b3af961dcbe6072aaa94503585a16434234c0a8b",
"gitHead": "5c5fab5012fceaa3e21a00162958c0ed11109419",
"homepage": "https://github.com/jonschlinkert/center-align",
"keywords": [
"align",
@@ -105,5 +109,5 @@
]
}
},
"version": "0.1.2"
"version": "0.1.3"
}