react-horizontal-bar-chart
Version:
Simple horizontal bar chart react component, with inline tooltips
55 lines (54 loc) • 1.44 kB
JSON
{
"name": "react-horizontal-bar-chart",
"version": "0.3.2",
"description": "Simple horizontal bar chart react component, with inline tooltips",
"repository": {
"type": "git",
"url": "https://github.com/laem/react-horizontal-bar-chart.git"
},
"keywords": [
"react",
"react-component",
"chart",
"bar",
"d3"
],
"main": "src/scripts/components/HBar.jsx",
"src": "src",
"test": "test",
"mainInput": "main",
"mainOutput": "main",
"dependencies": {
"react": "~0.11.2",
"d3": "*",
"frmttr": "git://github.com/laem/frmttr.git"
},
"devDependencies": {
"grunt": "~0.4.5",
"load-grunt-tasks": "~0.6.0",
"grunt-contrib-connect": "~0.8.0",
"webpack": "~1.4.3",
"jsx-loader": "~0.11.0",
"grunt-webpack": "~1.0.8",
"style-loader": "~0.8.0",
"url-loader": "~0.5.5",
"css-loader": "~0.9.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.3",
"karma": "~0.12.21",
"grunt-karma": "~0.8.3",
"karma-webpack": "~1.2.2",
"webpack-dev-server": "~1.6.5",
"grunt-open": "~0.2.3",
"jshint-loader": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.6.0",
"react-hot-loader": "^0.4.5",
"react-bootstrap": "*",
"react-router": "^0.7.0",
"faker": "*"
}
}