@iplab/ngx-color-picker
Version:
> Pure Angular color picker library.
40 lines • 935 B
JSON
{
"name": "@iplab/ngx-color-picker",
"description": "",
"homepage": "https://github.com/pIvan/ngx-color-picker",
"bugs": "https://github.com/pIvan/ngx-color-picker/issues",
"version": "20.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": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/animations": "^20.0.0"
},
"module": "fesm2022/iplab-ngx-color-picker.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/iplab-ngx-color-picker.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}