@ng-bootstrap/ng-bootstrap
Version:
Angular powered Bootstrap
58 lines (57 loc) • 1.41 kB
JSON
{
"name": "@ng-bootstrap/ng-bootstrap",
"version": "10.0.0",
"description": "Angular powered Bootstrap",
"keywords": [
"angular",
"bootstrap",
"components",
"accordion",
"alert",
"buttons",
"carousel",
"collapse",
"datepicker",
"dropdown",
"modal",
"pagination",
"popover",
"progressbar",
"rating",
"table",
"tabset",
"timepicker",
"toast",
"tooltip",
"typeahead"
],
"author": "https://github.com/ng-bootstrap/ng-bootstrap/graphs/contributors",
"repository": {
"type": "git",
"url": "git+https://github.com/ng-bootstrap/ng-bootstrap.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ng-bootstrap/ng-bootstrap/issues"
},
"homepage": "https://github.com/ng-bootstrap/ng-bootstrap#readme",
"dependencies": {
"tslib": "^2.1.0"
},
"peerDependencies": {
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@angular/localize": "^12.0.0",
"rxjs": "^6.5.5"
},
"schematics": "./schematics/collection.json",
"main": "bundles/ng-bootstrap.umd.js",
"module": "fesm2015/ng-bootstrap.js",
"es2015": "fesm2015/ng-bootstrap.js",
"esm2015": "esm2015/ng-bootstrap.js",
"fesm2015": "fesm2015/ng-bootstrap.js",
"typings": "ng-bootstrap.d.ts",
"metadata": "ng-bootstrap.metadata.json",
"sideEffects": false
}