update
{ | ||
"name": "web-server", | ||
"version": "1.0.0", | ||
"description": "## Responsibility", | ||
"description": "The web server for the gain.fam ITPDP platform", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.au.dk:ITPDP2019/gain.fam/web-server.git" | ||
}, | ||
"author": "", | ||
"license": "UNLICENSED", | ||
"author": "gain.fam", | ||
"license": "ISC", | ||
"dependencies": { | ||
"dotenv": "^7.0.0", | ||
"express": "^4.16.4", | ||
... | ... |
src/views/index.hbs
0 → 100644
src/views/layouts/main.hbs
0 → 100644
src/views/partials/nav.hbs
0 → 100644
Please register or sign in to comment