moweb
Version:
A very simple webserver.
30 lines (29 loc) • 609 B
JSON
{
"main": "../core/httpserver.js",
"name": "moweb",
"version": "0.0.6",
"description": "A very simple webserver.",
"homepage": "http://motadou.github.io",
"author": {
"name": "motadou",
"email": "motadou@126.com",
"url": "http://motadou.github.io"
},
"keywords": [
"webserver",
"lighttpd",
"nginx",
"apache"
],
"repository": {
"type": "git",
"url": "https://github.com/motadou/mows.git"
},
"bugs": {
"url": "https://github.com/motadou/mows/issues"
},
"readme": "README.md",
"bin": {
"moweb": "./bin/moweb"
}
}