@zajsf/bootstrap3
Version:
Angular JSON Schema Form builder using Bootstrap 3 UI
62 lines • 1.37 kB
JSON
{
"name": "@zajsf/bootstrap3",
"version": "17.2.4",
"description": "Angular JSON Schema Form builder using Bootstrap 3 UI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
"Angular",
"ng",
"Angular15",
"Angular 15",
"Angular16",
"Angular 16",
"Angular17",
"Angular 17",
"ng15",
"ng16",
"ng17",
"JSON Schema",
"form",
"forms",
"form builder",
"form themes",
"bootstrap",
"bootstrap 3",
"ajsf",
"zajsf",
"angular json schema form"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zahmo/zajsf"
},
"bugs": {
"url": "https://github.com/zahmo/zajsf/issues"
},
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@zajsf/core": "~17.2.4",
"@zajsf/cssframework": "~17.2.4",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0"
},
"module": "fesm2022/zajsf-bootstrap3.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/zajsf-bootstrap3.mjs",
"esm": "./esm2022/zajsf-bootstrap3.mjs",
"default": "./fesm2022/zajsf-bootstrap3.mjs"
}
},
"sideEffects": false
}