jsonftw
Version:
A minimal JSON-first web UI framework.
24 lines (23 loc) • 411 B
JSON
{
"name": "jsonftw",
"version": "0.0.5",
"description": "A minimal JSON-first web UI framework.",
"main": "./index.js",
"type": "module",
"exports": {
".": "./index.js"
},
"bin": {
"jsonftw": "./create/bin.js"
},
"keywords": [
"json",
"frontend",
"ui",
"framework",
"html",
"no-jsx"
],
"author": "myfer <https://github.com/myferr/>",
"license": "MIT"
}