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": [
[
"jade-bootstrap",
"C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant"
"L:\\Git\\repos\\html5-restaurant"
]
],
"_from": "jade-bootstrap@latest",
"_id": "jade-bootstrap@1.0.1",
"_id": "jade-bootstrap@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/jade-bootstrap",
"_nodeVersion": "0.12.7",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/jade-bootstrap-1.0.2.tgz_1456560757783_0.38487122510559857"
},
"_npmUser": {
"email": "rajasegar.c@gmail.com",
"name": "rajasegar"
},
"_npmVersion": "2.11.3",
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"name": "jade-bootstrap",
@@ -26,13 +30,13 @@
"type": "tag"
},
"_requiredBy": [
"#USER"
"/"
],
"_resolved": "https://registry.npmjs.org/jade-bootstrap/-/jade-bootstrap-1.0.1.tgz",
"_shasum": "802a7c91e4ad5c9121f25042ada06cf3ef6bccd9",
"_resolved": "https://registry.npmjs.org/jade-bootstrap/-/jade-bootstrap-1.0.2.tgz",
"_shasum": "fe12b933f98d8e3950469605786c577fbe1e9a78",
"_shrinkwrap": null,
"_spec": "jade-bootstrap",
"_where": "C:\\Users\\IT-134\\Desktop\\PortableGit\\repos\\html5-restaurant",
"_where": "L:\\Git\\repos\\html5-restaurant",
"author": {
"name": "Rajasegar Chandiran"
},
@@ -41,13 +45,18 @@
},
"dependencies": {},
"description": "Bootstrap framework written completely using mixins in JADE",
"devDependencies": {},
"devDependencies": {
"jade": "^1.11.0",
"jasmine": "^2.4.1",
"mocha": "^2.3.4",
"should": "^8.0.2"
},
"directories": {},
"dist": {
"shasum": "802a7c91e4ad5c9121f25042ada06cf3ef6bccd9",
"tarball": "http://registry.npmjs.org/jade-bootstrap/-/jade-bootstrap-1.0.1.tgz"
"shasum": "fe12b933f98d8e3950469605786c577fbe1e9a78",
"tarball": "http://registry.npmjs.org/jade-bootstrap/-/jade-bootstrap-1.0.2.tgz"
},
"gitHead": "b7f9d9d34b30979ee4340cd9e75ab7672f591b05",
"gitHead": "e4676a8a01ee748d5012718894daa81c4143f5f8",
"homepage": "https://github.com/rajasegar/JADE-Bootstrap",
"keywords": [
"bootstrap",
@@ -76,7 +85,7 @@
"url": "git+https://github.com/rajasegar/JADE-Bootstrap.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha -R spec"
},
"version": "1.0.1"
"version": "1.0.2"
}