vsup
Version:
Value-Suppressing Uncertainty Palettes. A technique for creating bivariate scales for depicting uncertainty, using D3.
39 lines (38 loc) • 1.14 kB
JSON
{
"name": "vsup",
"version": "1.1.0",
"description": "Value-Suppressing Uncertainty Palettes. A technique for creating bivariate scales for depicting uncertainty, using D3.",
"main": "dist/vsup.js",
"unpkg": "dist/vsup.min.js",
"jsdelivr": "dist/vsup.min.js",
"module": "src/index",
"scripts": {
"prepublish": "npm run build",
"build": "rollup -c && uglifyjs dist/vsup.js -c negate_iife=false -m -o dist/vsup.min.js",
"watch": "rollup -c -w",
"start": "python -m http.server",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
},
"dependencies": {
"d3": "^5.1.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"rollup": "^0.58.2",
"rollup-plugin-node-resolve": "^3.3.0",
"uglify-js": "^3.3.22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uwdata/vsup.git"
},
"keywords": [
"d3",
"bivariate",
"visualization",
"uncertainty"
],
"author": "Michael Correll, Dominik Moritz, and Jeffrey Heer",
"license": "MIT"
}