victory-chart
Version:
Chart Component for Victory
51 lines (50 loc) • 1.45 kB
JSON
{
"name": "victory-chart",
"version": "8.0.0",
"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",
"engineStrict": true,
"engines": {
"npm": ">=3.0.0"
},
"scripts": {
"postinstall": "cd lib || builder run npm:postinstall",
"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.3",
"d3-scale": "^0.6.0",
"d3-shape": "^0.6.0",
"lodash": "^4.12.0",
"victory-core": "^2.0.0"
},
"devDependencies": {
"builder-victory-component-dev": "^2.1.3",
"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"
}
}