UNPKG

d3.chart

Version:

A framework for creating reusable charts with D3.js

42 lines (41 loc) 984 B
{ "name": "d3.chart", "version": "0.3.0", "description": "A framework for creating reusable charts with D3.js", "repository": { "type": "git", "url": "git://github.com/misoproject/d3.chart.git" }, "keywords": [ "d3.js", "visualization", "svg" ], "author": { "name": "The Miso Project team", "uri": "https://github.com/misoproject/d3.chart/blob/master/AUTHORS.txt" }, "main": "d3.chart", "scripts": { "test": "grunt test" }, "license": "MIT", "devDependencies": { "d3": "^3.5.12", "grunt": "~0.4.0", "grunt-browserify": "^4.0.1", "grunt-cli": "~0.1.11", "grunt-contrib-concat": "~0.1.3", "grunt-contrib-jshint": "^0.9.2", "grunt-contrib-uglify": "~0.1.1", "grunt-contrib-watch": "~0.3.1", "grunt-jscs": "^1.8.0", "grunt-mocha": "~0.4.6", "grunt-webpack": "^1.0.11", "webpack": "^1.12.2", "webpack-dev-server": "^1.12.0" }, "peerDependencies": { "d3": "3.x.x" } }