Files
botnet-proof/testserver/package.json
Anton Bracke 7d027b561d init
2019-05-03 00:21:10 +02:00

18 lines
351 B
JSON

{
"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"
}