ngx-input-color
Version:
Angular color input component and color picker (with HSL, HSV, RGB, CMYK, HEX, alpha, eye-dropper, etc)
54 lines • 1.3 kB
JSON
{
"name": "ngx-input-color",
"version": "4.0.1",
"description": "Angular color input component and color picker (with HSL, HSV, RGB, CMYK, HEX, alpha, eye-dropper, etc)",
"author": "Mohammadreza Samani <mr.samani1368@gmail.com>",
"license": "MIT",
"homepage": "https://mr-samani.github.io/ngx-input-color/",
"repository": {
"type": "git",
"url": "git+https://github.com/mr-samani/ngx-input-color.git"
},
"bugs": {
"url": "https://github.com/mr-samani/ngx-input-color/issues"
},
"keywords": [
"angular",
"color",
"color-picker",
"input",
"ngx",
"hsl",
"hsv",
"rgb",
"cmyk",
"hex",
"alpha",
"eye-dropper"
],
"peerDependencies": {
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ngx-input-color.mjs",
"fesm2022": "fesm2022/ngx-input-color.mjs",
"typings": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-input-color.mjs",
"esm2022": "./esm2022/ngx-input-color.mjs",
"esm": "./esm2022/ngx-input-color.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"publishConfig": {
"access": "public"
}
}