UNPKG

react-bar-chart

Version:

A bar chart component made with React.js and D3.js

46 lines (45 loc) 1.06 kB
{ "name": "react-bar-chart", "version": "0.1.2", "description": "A bar chart component made with React.js and D3.js", "main": "lib/react-bar-chart.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "devbuild": "NODE_ENV='devel' webpack", "build": "NODE_ENV='production' webpack", "prepublish": "npm run build && npm run devbuild" }, "repository": { "type": "git", "url": "https://github.com/MateusZitelli/react-bar-chart.git" }, "keywords": [ "react", "graph", "d3", "javascript", "react-component", "bar-chart" ], "author": { "name": "Mateus Zitelli Dantas", "email": "zitellimateus@gmail.com" }, "license": "MIT", "peerDependencies": { "d3": "^3.5.16", "react": "^15.0.1" }, "devDependencies": { "babel-core": "^5.4.4", "babel-loader": "^5.1.3", "css-loader": "^0.13.0", "style-loader": "^0.12.2", "webpack": "^1.9.7" }, "dependencies": { "d3": "3.5.16", "prop-types": "^15.5.8", "react": "15.0.1" } }