This commit is contained in:
Anton Bracke
2019-05-03 00:21:10 +02:00
commit 7d027b561d
14 changed files with 3969 additions and 0 deletions

17
testserver/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "testserver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"express": "^4.16.4",
"express-status-monitor": "^1.2.5"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}