UNPKG

lazy-http

Version:

A simple web server that allows developers to serve static context

27 lines (26 loc) 601 B
{ "name": "lazy-http", "version": "1.14.1", "description": "A simple web server that allows developers to serve static context", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/JCloudYu/lazy-http.git" }, "keywords": [ "HttpServer" ], "bin": { "lazy-http": "./index.js" }, "author": "JCloudYu", "license": "ISC", "bugs": { "url": "https://github.com/JCloudYu/lazy-http/issues" }, "homepage": "https://github.com/JCloudYu/lazy-http#readme" }