elexis/package.json

22 lines
636 B
JSON
Raw Normal View History

2024-02-01 23:47:13 +08:00
{
2024-02-02 00:01:03 +08:00
"name": "fluentx",
"description": "Fast, fluent, simple web builder",
"version": "0.0.7",
2024-02-01 23:47:13 +08:00
"type": "module",
"module": "index.ts",
"author": {
"name": "defaultkavy",
"email": "defaultkavy@gmail.com",
"url": "https://github.com/defaultkavy"
},
"keywords": ["web", "front-end", "lib", "fluent", "framework"],
2024-04-20 22:41:43 +08:00
"homepage": "https://github.com/defaultkavy/fluentx",
2024-02-01 23:47:13 +08:00
"repository": {
"type": "git",
2024-04-20 22:41:43 +08:00
"url": "git+https://github.com/defaultkavy/fluentx.git"
2024-02-01 23:47:13 +08:00
},
"bugs": {
2024-04-20 22:41:43 +08:00
"url": "https://github.com/defaultkavy/fluentx/issues"
2024-02-01 23:47:13 +08:00
},
"license": "ISC"
}