jims-web-builder
Version:
A reactive, declarative, slot-driven component builder for the modern web — no build tools required.
38 lines (37 loc) • 908 B
JSON
{
"name": "jims-web-builder",
"version": "1.1.6",
"description": "A reactive, declarative, slot-driven component builder for the modern web — no build tools required.",
"main": "@jwb.js",
"exports": {
"require": "./@jwb.js",
"import": "./@jwb.js"
},
"type": "module",
"files": [
"dist/",
"index.js"
],
"keywords": [
"component",
"web-components",
"ui-builder",
"dom",
"vue-alternative",
"frameworkless",
"jwb"
],
"author": "Jimstech Innovations",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jimstechinnovations/jims-web-builder.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/jimstechinnovations/jims-web-builder/issues"
},
"homepage": "https://github.com/jimstechinnovations/jims-web-builder#readme"
}