UNPKG

ngx-print

Version:

Plug n' Play Angular (2++) directive to print your stuff

43 lines 971 B
{ "name": "ngx-print", "version": "20.0.0", "description": "Plug n' Play Angular (2++) directive to print your stuff", "author": "https://github.com/selemxmn/ngx-print/graphs/contributors", "repository": { "type": "git", "url": "git+https://github.com/selemxmn/ngx-print.git" }, "license": "MIT", "bugs": { "url": "https://github.com/selemxmn/ngx-print/issues" }, "homepage": "https://github.com/selemxmn/ngx-print#readme", "keywords": [ "print", "angular", "library", "ng-print", "ngx-print", "directive", "dependency", "angular-print" ], "peerDependencies": { "rxjs": "^7.4.0" }, "module": "fesm2022/ngx-print.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-print.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }