@ajsf/bootstrap3
Version:
Angular JSON Schema Form builder using Bootstrap 3 UI
53 lines • 1.24 kB
JSON
{
"name": "@ajsf/bootstrap3",
"version": "18.3.0",
"description": "Angular JSON Schema Form builder using Bootstrap 3 UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
"Angular",
"ng",
"Angular18",
"Angular 18",
"ng18",
"JSON Schema",
"form",
"forms",
"form builder",
"Bootstrap",
"Bootstrap 3",
"ajsf",
"angular json schema form"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hamzahamidi/ajsf"
},
"bugs": {
"url": "https://github.com/hamzahamidi/ajsf/issues"
},
"funding": "https://github.com/sponsors/hamzahamidi",
"private": false,
"dependencies": {
"@ajsf/core": "^18.3.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0"
},
"module": "fesm2022/ajsf-bootstrap3.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ajsf-bootstrap3.mjs",
"esm": "./esm2022/ajsf-bootstrap3.mjs",
"default": "./fesm2022/ajsf-bootstrap3.mjs"
}
},
"sideEffects": false
}