color-scale
Version:
Module for generating a color scale based off of a color and a variance.
31 lines (30 loc) • 684 B
JSON
{
"name": "color-scale",
"version": "1.1.0",
"description": "Module for generating a color scale based off of a color and a variance.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kristoferjoseph/color-scale.git"
},
"keywords": [
"color",
"scale"
],
"author": "@dam",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/kristoferjoseph/color-scale/issues"
},
"homepage": "https://github.com/kristoferjoseph/color-scale#readme",
"devDependencies": {
"chai": "^2.3.0",
"mocha": "^2.2.5"
},
"dependencies": {
"color": "^0.8.0"
}
}