ngx-config-datatable
Version:
use configuration to generate datatable
45 lines (44 loc) • 1.23 kB
JSON
{
"name": "ngx-config-datatable",
"version": "0.0.3",
"description": "use configuration to generate datatable",
"types": "./ngx-config-datatable.d.ts",
"licenses": [
{
"type": "MIT"
}
],
"author": "Bibby Chung",
"homepage": "https://github.com/BibbyChung/ngx-config-datatable",
"bugs": "https://github.com/BibbyChung/ngx-config-datatable/issues",
"repository": {
"type": "git",
"url": "https://github.com/BibbyChung/ngx-config-datatable.git"
},
"keywords": [
"ngx",
"datatable",
"Reactive datatable",
"Configuration datatable",
"Angular",
"Dynamic"
],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^8.0.3",
"@angular/core": "^8.0.3"
},
"main": "bundles/ngx-config-datatable.umd.js",
"module": "fesm5/ngx-config-datatable.js",
"es2015": "fesm2015/ngx-config-datatable.js",
"esm5": "esm5/ngx-config-datatable.js",
"esm2015": "esm2015/ngx-config-datatable.js",
"fesm5": "fesm5/ngx-config-datatable.js",
"fesm2015": "fesm2015/ngx-config-datatable.js",
"typings": "ngx-config-datatable.d.ts",
"metadata": "ngx-config-datatable.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}