@notiz/ngx-tablo
Version:
JSON powered material table for Angular
48 lines • 1.04 kB
JSON
{
"name": "@notiz/ngx-tablo",
"description": "JSON powered material table for Angular",
"version": "0.13.2",
"license": "MIT",
"keywords": [
"angular",
"table",
"dynamic-tables"
],
"author": "notiz",
"contributors": [
{
"name": "Gary Großgarten"
},
{
"name": "Marc Stammerjohann"
}
],
"peerDependencies": {
"@angular/common": ">=20.0.0",
"@angular/core": ">=20.0.0",
"@angular/material": ">=20.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/notiz-dev/ngx-tablo.git"
},
"bugs": {
"url": "https://github.com/notiz-dev/ngx-tablo/issues"
},
"homepage": "https://github.com/notiz-dev/ngx-tablo#readme",
"module": "fesm2022/notiz-ngx-tablo.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/notiz-ngx-tablo.mjs"
}
},
"sideEffects": false
}