color-sort
Version:
A simple lib that sorts colors by perception.
30 lines (29 loc) • 648 B
JSON
{
"name": "color-sort",
"version": "0.0.1",
"description": "A simple lib that sorts colors by perception.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javierbyte/color-sort.git"
},
"keywords": [
"color",
"sort",
"lib",
"sorting",
"colors"
],
"author": "hi@javier.xyz",
"license": "ISC",
"bugs": {
"url": "https://github.com/javierbyte/color-sort/issues"
},
"homepage": "https://github.com/javierbyte/color-sort#readme",
"dependencies": {
"tinycolor2": "^1.3.0"
}
}