t-viSNE: Interactive Assessment and Interpretation of t-SNE Projections https://doi.org/10.1109/TVCG.2020.2986996
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
t-viSNE/modules/d3-legend/package.json

49 lines
1.0 KiB

{
"name": "d3-svg-legend",
"version": "1.13.0",
"description": "A legend component for d3. Given a d3.scale it can create either a color legend, size legend, or symbol legend.",
"main": "index.js",
"files": [
"src",
"index.js",
"d3-legend.*",
"no-extend.js"
],
"keywords": [
"d3",
"legend"
],
"directories": {
"example": "examples",
"test": "test"
},
"peerDependencies": {
"d3": "^3.0.0"
},
"devDependencies": {
"chai": "3.4.1",
"grunt": "0.4.5",
"grunt-browserify": "3.8.0",
"grunt-contrib-uglify": "0.9.1",
"marked": "0.3.5",
"mocha": "2.2.5",
"stringify": "3.1.0"
},
"scripts": {
"prepublish": "npm t",
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/susielu/d3-legend.git"
},
"author": {
"name": "Susie Lu",
"url": "http://www.susielu.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/susielu/d3-legend/issues"
},
"homepage": "http://d3-legend.susielu.com"
}