@ttlabs/grouped-bar-chart-horizontal
Version:
grouped bar chart with horizontal bars powered with react and d3
38 lines (37 loc) • 1.17 kB
JSON
{
"name": "@ttlabs/grouped-bar-chart-horizontal",
"version": "2.1.2",
"main": "build/index.js",
"files": ["build/index.js"],
"description": "grouped bar chart with horizontal bars powered with react and d3",
"keywords": ["grouped", "bar", "chart", "horizontal", "d3", "react", "component"],
"repository": {
"type": "git",
"url": "https://github.com/yavuzmester/grouped-bar-chart-horizontal"
},
"dependencies": {
"autoincrement": "1.0.0",
"classnames": "2.2.3",
"d3": "^4.2.2",
"event-emitter-mixin": "0.3.5",
"format-number": "2.0.1",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"shallowequal": "0.2.2",
"underscore": "1.8.3",
"@ttlabs/css-length-to-px": "1.0.6"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"react-addons-test-utils": "^15.0.2",
"mocha": "^3.0.1"
},
"scripts": {
"prepublish-only": "rm -rf build && mkdir build && babel --plugins transform-react-jsx index.jsx --out-file build/index.js",
"my-publish": "npm run prepublish-only && npm publish --access=public",
"test": "npm install && mocha"
},
"author": "Yavuz Mester",
"license": "Apache-2.0"
}