hexsorter
Version:
A sorter for hexadecimal color arrays - by brightness, saturization, brightest dull color + hex color mixer.
20 lines (19 loc) • 547 B
JSON
{
"name": "hexsorterexamples",
"version": "1.5.0",
"description": "Samples for the hexSorter package",
"main": "sortcolors.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sort": "node sortcolors.js",
"convert": "node convtocss.js"
},
"author": "Dag Thomas Olsen",
"license": "ISC",
"homepage": "https://github.com/dagthomas/hexSorter#readme",
"dependencies": {
"chalk": "^2.4.2",
"fs": "0.0.1-security",
"readline": "^1.3.0"
}
}