UNPKG

@iplab/ngx-color-picker

Version:
40 lines 981 B
{ "name": "@iplab/ngx-color-picker", "description": "", "homepage": "https://github.com/pIvan/ngx-color-picker", "bugs": "https://github.com/pIvan/ngx-color-picker/issues", "version": "21.0.0", "author": "Ivan Pintar", "license": "MIT", "readmeFilename": "README.md", "keywords": [ "color picker", "color", "angular", "ngx" ], "repository": { "type": "git", "url": "https://github.com/pIvan/ngx-color-picker.git" }, "peerDependencies": { "@angular/common": "^21.0.0", "@angular/core": "^21.0.0", "@angular/animations": "^21.0.0" }, "module": "fesm2022/iplab-ngx-color-picker.mjs", "typings": "types/iplab-ngx-color-picker.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/iplab-ngx-color-picker.d.ts", "default": "./fesm2022/iplab-ngx-color-picker.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }