UNPKG

react-d3-library

Version:
44 lines (43 loc) 1.1 kB
{ "name": "react-d3-library", "version": "1.1.8", "description": "D3 library for React", "main": "dist/react-d3-library.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/react-d3-library/react-d3-library.git" }, "keywords": [ "d3", "react", "data", "visualization", "library", "graphs", "charts", "plots" ], "author": "Andrew Burke, Daniel Lee, David Loyst", "license": "ISC", "bugs": { "url": "https://github.com/react-d3-library/react-d3-library/issues" }, "homepage": "https://github.com/react-d3-library/react-d3-library#readme", "dependencies": { "babel-core": "^6.9.0", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "d3": "^3.5.17", "react": "^15.0.2", "webpack": "^1.13.0" }, "devDependencies": { "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-remove-strict-mode": "0.0.2" } }