colorise
Version:
A small JavaScript library for color manipulation.
32 lines (31 loc) • 688 B
JSON
{
"name": "colorise",
"version": "1.0.5",
"description": "A small JavaScript library for color manipulation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mayuraitavadekar/colorise.git"
},
"keywords": [
"npm",
"color",
"color",
"manipulation",
"RGB",
"CMYK",
"HSL",
"HWB",
"nodejs"
],
"author": "Mayur Aitavadekar",
"license": "MIT",
"bugs": {
"url": "https://github.com/mayuraitavadekar/colorise/issues"
},
"homepage": "https://github.com/mayuraitavadekar/colorise#readme",
"dependencies": {}
}