UNPKG

d3-line

Version:

D3 line chart

32 lines (31 loc) 543 B
{ "name": "d3-line", "version": "0.0.1", "description": "D3 line chart", "author": "TJ Holowaychuk <tj@tjholowaychuk.com>", "main": "build/index.js", "license": "MIT", "scripts": { "prepublish": "make build" }, "keywords": [ "d3", "line", "chart" ], "browserify": { "transform": [ "babelify" ] }, "devDependencies": { "d3-tipy": "^1.2.2", "react-fatigue-dev": "github:tj/react-fatigue-dev#49fec29" }, "dependencies": { "d3": "^3.5.16" }, "files": [ "build" ] }