{ "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" }