bootstrangular-datatable
Version:
Este es un simple modulo de tabla interactiva al estilo de Angular, Bootstrap y Datatable. Necesita angular/core, bootstrap y sus dependencias (jquery y popper) para funcionar.
40 lines (39 loc) • 1.36 kB
JSON
{
"name": "bootstrangular-datatable",
"version": "1.0.0-beta.4",
"description": "Este es un simple modulo de tabla interactiva al estilo de Angular, Bootstrap y Datatable. Necesita angular/core, bootstrap y sus dependencias (jquery y popper) para funcionar.",
"repository": {
"type": "git",
"url": "git+https://github.com/andres-geotec/bootstrangular-datatable.git"
},
"keywords": [
"angular",
"bootstrap",
"datatable",
"fontawesome",
"table-paginator",
"table-buttons",
"table-filter"
],
"author": "Andrés Martínez González <andres.geotec@gmail.com> (https://github.com/andres-geotec)",
"license": "MIT",
"bugs": {
"url": "https://github.com/andres-geotec/bootstrangular-datatable/issues"
},
"homepage": "https://andres-geotec.github.io/bootstrangular-datatable/",
"peerDependencies": {
"@angular/common": "^10.0.2",
"@angular/core": "^10.0.2"
},
"main": "bundles/bootstrangular-datatable.umd.js",
"module": "fesm2015/bootstrangular-datatable.js",
"es2015": "fesm2015/bootstrangular-datatable.js",
"esm2015": "esm2015/bootstrangular-datatable.js",
"fesm2015": "fesm2015/bootstrangular-datatable.js",
"typings": "bootstrangular-datatable.d.ts",
"metadata": "bootstrangular-datatable.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^2.0.0"
}
}