elexis/package.json
defaultkavy ec62a580b6 v0.0.9
add: $Container with HTMLElement properties/methods
new: $Document
move: $Node.from() => $Util.from()
2024-04-24 19:02:36 +08:00

22 lines
636 B
JSON

{
"name": "fluentx",
"description": "Fast, fluent, simple web builder",
"version": "0.0.9",
"type": "module",
"module": "index.ts",
"author": {
"name": "defaultkavy",
"email": "defaultkavy@gmail.com",
"url": "https://github.com/defaultkavy"
},
"keywords": ["web", "front-end", "lib", "fluent", "framework"],
"homepage": "https://github.com/defaultkavy/fluentx",
"repository": {
"type": "git",
"url": "git+https://github.com/defaultkavy/fluentx.git"
},
"bugs": {
"url": "https://github.com/defaultkavy/fluentx/issues"
},
"license": "ISC"
}