victory-chart
Version:
Chart Component for Victory
47 lines (46 loc) • 1.53 kB
JSON
{
"name": "victory-chart",
"version": "7.0.1",
"description": "Chart Component for Victory",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/formidablelabs/victory-chart.git"
},
"author": "Lauren Eastridge",
"license": "MIT",
"bugs": {
"url": "https://github.com/formidablelabs/victory-chart/issues"
},
"homepage": "https://github.com/formidablelabs/victory-chart",
"scripts": {
"postinstall": "cd lib || builder run npm:postinstall || (echo 'POSTINSTALL FAILED: If using npm v2, please upgrade to npm v3. See bug https://github.com/FormidableLabs/builder/issues/35' && exit 1)",
"preversion": "builder run npm:preversion",
"start": "builder run hot",
"test": "builder run check",
"version": "builder run npm:version && git add dist && git commit -m \"Commit 'dist/' for publishing\"",
"docs-build-static": "echo 'Static docs generation for victory-chart is not supported.'"
},
"dependencies": {
"builder": "~2.9.1",
"builder-victory-component": "^2.1.1",
"d3-scale": "^0.6.0",
"d3-shape": "^0.6.0",
"lodash": "~4.6.1",
"victory-core": "^1.4.3"
},
"devDependencies": {
"builder-victory-component-dev": "^2.1.1",
"chai": "^3.2.0",
"history": "~1.17.0",
"ecology": "^1.2.0",
"enzyme": "^2.0.0",
"mocha": "^2.3.3",
"radium": "^0.16.2",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
}
}