defaultkavy
e15cd5bac4
update: Update layout render when add or remove child from $Layout. fix: Fix $Layout compute and render with wrong height. change: Repository host.
25 lines
679 B
JSON
25 lines
679 B
JSON
{
|
|
"name": "@elexis/layout",
|
|
"description": "A simple justified/waterfall layout for ElexisJS",
|
|
"version": "0.1.2",
|
|
"author": {
|
|
"name": "defaultkavy",
|
|
"email": "defaultkavy@gmail.com",
|
|
"url": "https://git.defaultkavy.com/defaultkavy"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.defaultkavy.com/elexis/layout.git"
|
|
},
|
|
"module": "index.ts",
|
|
"bugs": {
|
|
"url": "https://git.defaultkavy.com/elexis/layout/issues"
|
|
},
|
|
"homepage": "https://git.defaultkavy.com/elexis/layout",
|
|
"keywords": ["web", "front-end", "lib", "fluent", "framework"],
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"elexis": "^0.1.0"
|
|
}
|
|
} |