UNPKG

ad-custom-lib

Version:

This is an UI custom library based on Adminlte library with purpose for personal use, if you need a full template of Primeng please visit https://github.com/mledour/angular-admin-lte

38 lines (37 loc) 1.11 kB
{ "name": "ad-custom-lib", "version": "0.0.8", "author": "Tamoki", "email": "loinguyenlamthanh@gmail.com", "description": "This is an UI custom library based on Adminlte library with purpose for personal use, if you need a full template of Primeng please visit https://github.com/mledour/angular-admin-lte", "license": "update comming soon", "repository": { "type": "git", "url": "https://github.com/TamokiLoi/ad-custom" }, "bugs": { "url": "https://github.com/TamokiLoi/ad-custom/issues" }, "keywords": [ "Angular", "Library", "AdminLTE" ], "peerDependencies": { "@angular/common": "^8.2.9", "@angular/core": "^8.2.9" }, "main": "bundles/ad-custom-lib.umd.js", "module": "fesm5/ad-custom-lib.js", "es2015": "fesm2015/ad-custom-lib.js", "esm5": "esm5/ad-custom-lib.js", "esm2015": "esm2015/ad-custom-lib.js", "fesm5": "fesm5/ad-custom-lib.js", "fesm2015": "fesm2015/ad-custom-lib.js", "typings": "ad-custom-lib.d.ts", "metadata": "ad-custom-lib.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }