UNPKG

ng-datatable-custom-dabm

Version:

ng-datatable - fully customizable & easy to use datatable library

73 lines 1.93 kB
{ "name": "ng-datatable-custom-dabm", "version": "0.1.1", "description": "ng-datatable - fully customizable & easy to use datatable library", "private": false, "author": { "name": "Bhavesh Patel", "email": "bhavesh.patel200@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/bhaveshpatel200/ng-datatable.git" }, "bugs": { "url": "https://github.com/bhaveshpatel200/ng-datatable/issues" }, "homepage": "https://github.com/bhaveshpatel200/ng-datatable#readme", "funding": "https://github.com/sponsors/bhaveshpatel200", "keywords": [ "angular", "angularjs", "angular2", "datatable", "angular datatable", "ng datatable", "ng-datatable", "ngx datatable", "ngx-datatable", "angular grid", "angular table", "datagrid", "data-grid", "data-table", "data grid", "data table", "table", "grid", "filter", "sorting", "pagination" ], "license": "MIT", "publishConfig": { "access": "public" }, "peerDependencies": { "@angular/common": ">=2.0.0", "@angular/core": ">=2.0.0" }, "module": "fesm2015/ng-datatable-custom-dabm.mjs", "es2020": "fesm2020/ng-datatable-custom-dabm.mjs", "esm2020": "esm2020/ng-datatable-custom-dabm.mjs", "fesm2020": "fesm2020/ng-datatable-custom-dabm.mjs", "fesm2015": "fesm2015/ng-datatable-custom-dabm.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2020": "./esm2020/ng-datatable-custom-dabm.mjs", "es2020": "./fesm2020/ng-datatable-custom-dabm.mjs", "es2015": "./fesm2015/ng-datatable-custom-dabm.mjs", "node": "./fesm2015/ng-datatable-custom-dabm.mjs", "default": "./fesm2020/ng-datatable-custom-dabm.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }