griffinwebserver_v2
Version:
Basic webserver library to serve files in a folder. But can also have specific paths like /api/ that is handled by custom function and supports middleware.
16 lines (15 loc) • 448 B
JSON
{
"name": "griffinwebserver_v2",
"version": "2.3.2",
"description": "Basic webserver library to serve files in a folder. But can also have specific paths like /api/ that is handled by custom function and supports middleware.",
"main": "webserver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webserver",
"griffin"
],
"author": "andreas.grip@gmail.com",
"license": "ISC"
}