init
.gitignore
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "web-server", | ||
"version": "1.0.0", | ||
"description": "## Responsibility", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.au.dk:ITPDP2019/gain.fam/web-server.git" | ||
}, | ||
"author": "", | ||
"license": "UNLICENSED", | ||
"dependencies": { | ||
"dotenv": "^7.0.0", | ||
"express": "^4.16.4", | ||
"ip": "^1.1.5" | ||
}, | ||
"devDependencies": { | ||
"standard": "^12.0.1" | ||
} | ||
} |
src/app/index.js
0 → 100644
src/public/.keep
0 → 100644
Please register or sign in to comment