UNPKG

692 BJSONView Raw
1{
2 "name": "ng2-smart-table",
3 "version": "1.7.2",
4 "description": "Angular Smart Table",
5 "author": "akveo",
6 "license": "MIT",
7 "dependencies": {
8 "lodash": "^4.17.10",
9 "tslib": "^2.0.0"
10 },
11 "peerDependencies": {
12 "ng2-completer": "^9.0.1",
13 "@angular/common": "^10.0.0",
14 "@angular/core": "^10.0.0",
15 "@angular/forms": "^10.0.0"
16 },
17 "main": "bundles/ng2-smart-table.umd.js",
18 "module": "fesm2015/ng2-smart-table.js",
19 "es2015": "fesm2015/ng2-smart-table.js",
20 "esm2015": "esm2015/ng2-smart-table.js",
21 "fesm2015": "fesm2015/ng2-smart-table.js",
22 "typings": "ng2-smart-table.d.ts",
23 "metadata": "ng2-smart-table.metadata.json",
24 "sideEffects": false
25}