UNPKG

titbit

Version:

A Server-side web framework support http/1.1 and http/2

47 lines (46 loc) 912 B
{ "name": "titbit", "version": "25.0.8", "description": "A Server-side web framework support http/1.1 and http/2", "main": "lib/titbit.js", "directories": { "lib": "lib" }, "bin": { "tbload": "bin/loadinfo.sh", "titbit-new-app": "bin/newapp.js" }, "scripts": { "test": "node test/test-service.js", "test-route": "node test/test-route.js" }, "repository": { "type": "git", "url": "https://gitee.com/daoio/titbit" }, "keywords": [ "tit", "tibit", "titbit", "bit", "http", "server", "http/1.1", "http/2", "http2", "web", "middleware", "framework", "tidbit", "proxy", "webserver", "backend", "serverside" ], "author": "BraveWang", "license": "ISC", "bugs": { "url": "https://gitee.com/daoio/titbit/issues" }, "homepage": "https://gitee.com/daoio/titbit/blob/master/README.md" }