UNPKG

@zyrab/domo

Version:

Minimalist DOM builder and chaining-friendly micro-framework with router support.

39 lines 850 B
{ "name": "@zyrab/domo", "version": "1.3.0", "description": "Minimalist DOM builder and chaining-friendly micro-framework with router support.", "main": "./src/domo.js", "type": "module", "exports": { "import": "./src/domo.js", "default": "./src/domo.js" }, "author": "Zyrab", "license": "MIT", "files": [ "src/" ], "keywords": [ "dom", "builder", "declarative", "chaining", "vanilla-js", "router", "components", "event-delegation", "zyrab" ], "repository": { "type": "git", "url": "git+https://github.com/zyrab/domo.git" }, "bugs": { "url": "https://github.com/zyrab/domo/issues" }, "homepage": "https://github.com/zyrab/domo#readme", "logo": "https://github.com/zyrab/domo/blob/main/assets/logo.png", "publishConfig": { "access": "public" } }