ngx-colors
Version:
A beautiful color picker for angular that let you choose from a color palette, using sliders (Hue, Lightness, Alpha sliders) or through text input(hex, rgba, hsla)
51 lines • 1.38 kB
JSON
{
"name": "ngx-colors",
"version": "3.6.0",
"license": "MIT",
"description": "A beautiful color picker for angular that let you choose from a color palette, using sliders (Hue, Lightness, Alpha sliders) or through text input(hex, rgba, hsla)",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/animations": ">=15.0.0",
"@angular/forms": ">=15.0.0"
},
"author": "Krone",
"repository": {
"type": "git",
"url": "https://github.com/KroneCorylus/ngx-colors"
},
"homepage": "https://ngx-colors.web.app/",
"keywords": [
"ColorPicker",
"Angular",
"Material",
"Palette",
"Color",
"ngx",
"Colors",
"Color Picker"
],
"dependencies": {
"tslib": "^2.0.0"
},
"module": "fesm2015/ngx-colors.mjs",
"es2020": "fesm2020/ngx-colors.mjs",
"esm2020": "esm2020/ngx-colors.mjs",
"fesm2020": "fesm2020/ngx-colors.mjs",
"fesm2015": "fesm2015/ngx-colors.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-colors.mjs",
"es2020": "./fesm2020/ngx-colors.mjs",
"es2015": "./fesm2015/ngx-colors.mjs",
"node": "./fesm2015/ngx-colors.mjs",
"default": "./fesm2020/ngx-colors.mjs"
}
},
"sideEffects": false
}