UNPKG

conextra

Version:

Conextra for Web Development. Helps create a SPWA (Single-page Progressive Web Application).

62 lines (61 loc) 1.46 kB
{ "name": "conextra", "version": "1.0.0-beta.4", "license": "MIT", "description": "Conextra for Web Development. Helps create a SPWA (Single-page Progressive Web Application).", "author": "Manuel Lõhmus", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "bin": { "conextra": "./bin/conextra.js" }, "exports": { ".": { "import": "./wrapper.mjs", "require": "./index.js" }, "./package.json": "./package.json" }, "keywords": [ "conextra", "web", "app", "spwa", "single-page", "progressive", "web-application", "application", "websocket", "server", "websocket-server", "websocket-client" ], "files": [ "bin/conextra.js", "public", "index.js", "init_server.js", "LICENSE", "main_websocket_worker.js", "package.json", "web_cluster.js", "websocket_worker.js", "wrapper.mjs" ], "dependencies": { "bootstrap": "^5.3.7", "config-sets": "^3.0.0-rc.1", "data-context": "^2.0.0-rc.2", "data-context-binding": "^2.0.0-rc.3", "log-report": "^3.0.0-rc.1", "tiny-https-server": "^2.0.0-rc.3", "url-fragment-extender": "^2.0.0-rc.3", "ws13": "^1.0.9", "ws-user": "^1.0.0-rc.3" }, "homepage": "https://conextra.net", "bugs": "mailto:manuel@hauss.ee" }