stf-datatable
Version:
An Angular 4 dataTable, easily to implement and to costumize. You only need a JSON object and set what properties of your JSON you want to show
44 lines (43 loc) • 1.24 kB
JSON
{
"name": "stf-datatable",
"version": "0.0.31",
"description": "An Angular 4 dataTable, easily to implement and to costumize.\n You only need a JSON object and set what properties of your JSON you want to show",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/luizfernandoandrade1/stf_datatable"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@angular/animations": "^4.2.4",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"bootstrap": "^4.0.0-beta",
"core-js": "^2.4.1",
"date-fns": "^1.28.5",
"ngx-slimscroll": "^3.3.3",
"node-sass": "^4.5.3",
"popper.js": "^1.12.5",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
},
"keywords": [
"datatable",
"angular4",
"grid",
"easy datatable"
],
"author": "Luiz Fernando Andrade",
"license": "ISC",
"devDependencies": {
"@angular/cli": "^1.4.7"
}
}