@zyrab/domo
Version:
Minimalist DOM builder and chaining-friendly micro-framework with router support.
41 lines • 888 B
JSON
{
"name": "@zyrab/domo",
"version": "1.5.2",
"description": "Minimalist DOM builder and chaining-friendly micro-framework with router support.",
"main": "./src/index.js",
"type": "module",
"exports": {
"import": "./src/index.js",
"default": "./src/index.js"
},
"author": "Zyrab",
"license": "MIT",
"files": [
"src/",
"README.md",
"LICENSE.md"
],
"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"
}
}