rb-data-table
Version:
Angular Smart Table
36 lines (35 loc) • 773 B
JSON
{
"name": "rb-data-table",
"version": "1.6.5",
"description": "Angular Smart Table",
"main": "./bundles/table.umd.js",
"module": "./index.js",
"typings": "./index.d.ts",
"author": "akveo",
"license": "MIT",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+http://akveo.github.io/ng2-smart-table.git"
},
"bugs": {
"url": "http://akveo.github.io/ng2-smart-table/issues"
},
"homepage": "http://akveo.github.io/ng2-smart-table/#readme",
"keywords": [
"angular",
"typescript",
"table",
"akveo"
],
"dependencies": {
"lodash": "^4.17.10"
},
"peerDependencies": {
"ng2-completer": "^2.0.8",
"@angular/common": "^7.2.15",
"@angular/core": "^7.2.15",
"@angular/forms": "^7.2.15"
}
}