sitemap/tests/server/package.json
2020-02-21 10:59:58 +00:00

16 lines
320 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "Test server for Laravel Uptime Monitor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.13.3"
}
}