defaultkavy
8e37f65f4f
fix: Array.detype() return empty array. new: RouteRecord, Route with path resolve function. change: $ElementManager rename to $NodeManager. add: $Node.hide() and $Node.show(). fix: $Node parent undefined. add: create element with 'label', 'input'. new: $.state() to binding data in element. new: $Form, $Button. fix: Router resolve path id bug
22 lines
642 B
JSON
22 lines
642 B
JSON
{
|
|
"name": "fluentx",
|
|
"description": "Fast, fluent, simple web builder",
|
|
"version": "0.0.1",
|
|
"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/fluent.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/defaultkavy/fluent.ts.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/defaultkavy/fluent.ts/issues"
|
|
},
|
|
"license": "ISC"
|
|
} |