UNPKG

lhd

Version:

(Another) Light HTTP(s) Dispatcher

35 lines (34 loc) 712 B
{ "name": "lhd", "version": "0.7.0", "description": "(Another) Light HTTP(s) Dispatcher", "main": "src/lhd.js", "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Leoborse/lhd.git" }, "keywords": [ "HTTP", "Dispatcher" ], "author": "Leonardo Borselli <leonardo.borselli@gmail.com>", "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/Leoborse/lhd/issues" }, "homepage": "https://github.com/Leoborse/lhd#readme", "dependencies": { "jwa": "^2.0.0", "jwk-to-pem": "^2.0.4", "mime-types": "^2.1.27" }, "files": [ "LICENSE", "Readme.md", "index.js" ] }