d3-hsluv
Version:
HSLuv, the human-friendly HSl (Hue, Saturation, Lightness) color space.
40 lines (39 loc) • 1.08 kB
JSON
{
"name": "d3-hsluv",
"version": "0.1.2",
"description": "HSLuv, the human-friendly HSl (Hue, Saturation, Lightness) color space.",
"keywords": [
"d3",
"d3-module",
"color",
"hsluv"
],
"homepage": "https://d3js.org/d3-hsluv/",
"license": "BSD-3-Clause",
"author": {
"name": "Sam Petulla",
"url": "http://www.sampetulla.com"
},
"main": "build/d3-hsluv.js",
"jsnext:main": "index",
"module": "index",
"repository": {
"type": "git",
"url": "https://github.com/d3/d3-hsluv.git"
},
"dependencies": {
"d3-color": "^1.0.3"
},
"scripts": {
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-color:d3 -n d3 -o build/d3-hsluv.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src test",
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-hsluv.js -c -m -o build/d3-hsluv.min.js"
},
"devDependencies": {
"eslint": "5",
"package-preamble": "0.0",
"rollup": "0.41",
"tape": "4",
"uglify-js": "2.6.0"
}
}