ngx-data-ui/projects/poweredsoft/ngx-bootstrap/package.json
Mathias Beaulieu-Duncan d46e97f0df added command-modal service
fix issue with command modal showing success command error message
publish new version
2023-02-28 19:23:10 -05:00

19 lines
440 B
JSON

{
"name": "@poweredsoft/ngx-bootstrap",
"version": "0.0.15",
"description": "an internal use library for handling data sources grid filtering sorting, add commands etc",
"keywords": [
"angular",
"ngx-bootstrap"
],
"peerDependencies": {
"@poweredsoft/data": "^0.0.36",
"@angular/common": "^9.1.9",
"@angular/core": "^9.1.9",
"ngx-bootstrap": "^5.6.1"
},
"dependencies": {
"tslib": "^1.10.0"
}
}