UNPKG

minilive

Version:

Server-driven UI framework with live updates and seamless state management

37 lines (36 loc) 709 B
{ "name": "minilive", "version": "0.1.0", "description": "Server-driven UI framework with live updates and seamless state management", "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts", "connection.js", "connection.d.ts", "client.js", "client.d.ts" ], "keywords": [ "server-driven-ui", "realtime", "websocket", "spa", "morphdom", "mustache" ], "author": "", "license": "MIT", "dependencies": { "body-parser": "^1.20.2", "cookie-parser": "^1.4.6", "express": "^4.18.2", "morphdom": "^2.7.0", "mustache": "^4.2.0", "socket.io": "^4.5.1" }, "engines": { "node": ">=14.0.0" } }