UNPKG

1.16 kBJSONView Raw
1{
2 "name": "ngx-easy-table",
3 "version": "15.1.0",
4 "description": "Angular easy table",
5 "typings": "ngx-easy-table.d.ts",
6 "repository": "https://github.com/ssuperczynski/ngx-easy-table.git",
7 "license": "MIT",
8 "peerDependencies": {
9 "@angular/cdk": ">=10.0.0",
10 "@angular/common": ">=10.0.0",
11 "@angular/core": ">=10.0.0",
12 "ngx-pagination": "^5.0.0"
13 },
14 "dependencies": {
15 "ngx-pagination": "^5.0.0",
16 "tslib": "^2.0.0"
17 },
18 "engines": {
19 "node": ">=12.0.0",
20 "npm": ">=6.0.0"
21 },
22 "engineStrict": true,
23 "bugs": {
24 "url": "https://github.com/ssuperczynski/ngx-easy-table/issues"
25 },
26 "homepage": "https://github.com/ssuperczynski/ngx-easy-table",
27 "main": "bundles/ngx-easy-table.umd.js",
28 "keywords": [
29 "angular",
30 "table",
31 "angular table",
32 "angular-table",
33 "ngx-easy-table"
34 ],
35 "author": "Sebastian Superczynski <s.superczynski@gmail.com>",
36 "module": "fesm2015/ngx-easy-table.js",
37 "es2015": "fesm2015/ngx-easy-table.js",
38 "esm2015": "esm2015/ngx-easy-table.js",
39 "fesm2015": "fesm2015/ngx-easy-table.js",
40 "metadata": "ngx-easy-table.metadata.json",
41 "sideEffects": false
42}
\No newline at end of file