-
- Downloads
"gitlab@git.se.informatik.uni-kiel.de:nts/teetime.git" did not exist on "9279d4fdf8d1dc70f30535fb48444388f4021d59"
bootstrap and spinner added to views
... | @@ -10,14 +10,17 @@ | ... | @@ -10,14 +10,17 @@ |
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"dependencies": { | "dependencies": { | ||
"body-parser": "^1.17.1", | "body-parser": "^1.17.1", | ||
"bootstrap": "^3.3.7", | |||
"child_process": "^1.0.2", | "child_process": "^1.0.2", | ||
"express": "^4.15.2", | "express": "^4.15.2", | ||
"express-handlebars": "^3.0.0", | "express-handlebars": "^3.0.0", | ||
"fs": "0.0.1-security", | "fs": "0.0.1-security", | ||
"fs-readdir": "0.0.3", | "fs-readdir": "0.0.3", | ||
"jquery": "^3.2.1", | |||
"jszip": "^3.1.3", | "jszip": "^3.1.3", | ||
"node-zip": "^1.1.1", | "node-zip": "^1.1.1", | ||
"path": "^0.12.7" | "path": "^0.12.7", | ||
"spinkit": "^1.2.5" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"eslint": "^4.1.1", | "eslint": "^4.1.1", | ||
... | ... |
Please register or sign in to comment