ng2-smart-table-pager-mod
Version:
Angular Smart Table Mod
29 lines (28 loc) • 637 B
JSON
{
"name": "ng2-smart-table-pager-mod",
"version": "1.2.1",
"description": "Angular Smart Table Mod",
"main": "./bundles/table.umd.js",
"module": "./index.js",
"typings": "./index.d.ts",
"author": "nealyip",
"license": "MIT",
"scripts": {
},
"homepage": "http://akveo.github.io/ng2-smart-table/#readme",
"keywords": [
"angular",
"typescript",
"table",
"akveo"
],
"dependencies": {
"lodash": "^4.17.4",
"ng2-completer": "^1.2.2"
},
"peerDependencies": {
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0"
}
}