static-webserver-docker/package.json

20 lines
412 B
JSON

{
"name": "static-webserver-docker",
"version": "1.0.0",
"description": "Static Webserver",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.l--n.de/de.nclazz/static-webserver-docker"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.2"
}
}