hexsorter
Version:
A sorter for hexadecimal color arrays - by brightness, saturization, brightest dull color + hex color mixer.
30 lines (29 loc) • 774 B
JSON
{
"name": "hexsorter",
"version": "1.5.0",
"description": "A sorter for hexadecimal color arrays - by brightness, saturization, brightest dull color + hex color mixer.",
"main": "hexSorter.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dagthomas/hexSorter.git"
},
"keywords": [
"hex",
"color",
"sorter",
"hexadecimal",
"brightness",
"saturization",
"luminosity"
],
"author": "Dag Thomas Olsen",
"license": "ISC",
"bugs": {
"url": "https://github.com/dagthomas/hexSorter/issues"
},
"homepage": "https://github.com/dagthomas/hexSorter#readme",
"dependencies": {}
}