style-js
Version:
Comprehensive color manipulation classes.
29 lines • 469 B
JSON
{
"name": "style-js",
"version": "0.0.26",
"author": "Martin Gallagher <martin@mutat.io>",
"description": "Comprehensive color manipulation classes.",
"main": "./src/Style.js",
"repository": {
"type": "git",
"url": "https://github.com/Mutatio/Style.js.git"
},
"keywords": [
"style",
"css",
"javascript",
"rgb",
"rgba",
"hsv",
"hsl",
"hsla",
"cielab",
"xyz",
"color",
"colour"
],
"dependencies" : {
"type-js" : "*",
"util-js" : "*"
}
}