httpao
Version:
Simple, lighweight http server module
28 lines (27 loc) • 569 B
JSON
{
"name": "httpao",
"version": "0.1.4",
"description": "Simple, lighweight http server module",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m0ren/httpao.git"
},
"keywords": [
"http",
"server",
"lighweight"
],
"author": "m0ren",
"license": "MIT",
"bugs": {
"url": "https://github.com/m0ren/httpao/issues"
},
"homepage": "https://github.com/m0ren/httpao#readme"
}