UNPKG

@uon/server

Version:

An HTTP server application framework with Let's Encrypt integration.

39 lines (38 loc) 849 B
{ "name": "@uon/server", "version": "0.4.0", "description": "An HTTP server application framework with Let's Encrypt integration.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && cp package.json dist/", "build:internal": "npm run build && cd dist && npm link" }, "dependencies": { "mime-types": "^2.1.17", "@uon/core": "^0.4.0", "@uon/router": "^0.4.0" }, "devDependencies": { "@types/mime-types": "^2.1.0", "@types/node": "^8.5.1" }, "repository": { "type": "git", "url": "https://github.com/uon-team/server.git" }, "license": "MIT", "author": { "name": "Gabriel Roy", "email": "gab@uon.io", "url": "https://uon.io" }, "keywords": [ "http", "websockets", "application", "uon", "server", "typescript" ] }