UNPKG

react-funnel-chart

Version:
39 lines (38 loc) 971 B
{ "name": "react-funnel-chart", "version": "0.1.8", "description": "react component about funnel chart", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "NODE_ENV=production babel -d lib/ src/ --copy-files" }, "dependencies": { "color-conversion-rgb": "^0.1.1", "react": "^15.6.1", "react-chart-canvas": "^0.1.7" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "^6.16.0" }, "repository": { "type": "git", "url": "git+https://github.com/TaumuLu/react-funnel-chart.git" }, "keywords": [ "react", "component", "funnel", "ladder", "chart" ], "author": "TaumuLu", "license": "ISC", "bugs": { "url": "https://github.com/TaumuLu/react-funnel-chart/issues" }, "homepage": "https://github.com/TaumuLu/react-funnel-chart#readme" }