UNPKG

@socketry/live

Version:
40 lines (39 loc) 795 B
{ "name": "@socketry/live", "type": "module", "version": "0.16.1", "description": "Live HTML tags for Ruby.", "main": "Live.js", "exports": { ".": "./Live.js" }, "files": [ "Live.js" ], "repository": { "type": "git", "url": "git+https://github.com/socketry/live-js.git" }, "scripts": { "test": "node --test" }, "devDependencies": { "jsdom": "^24.0", "ws": "^8.17" }, "dependencies": { "morphdom": "^2.7" }, "keywords": [ "live", "dynamic", "html", "ruby" ], "author": "Samuel Williams <samuel.williams@oriontransfer.co.nz> (http://www.codeotaku.com/)", "license": "MIT", "bugs": { "url": "https://github.com/socketry/live-js/issues" }, "homepage": "https://github.com/socketry/live-js#readme" }