victory-chart
Version:
Chart Component for Victory
68 lines • 1.68 kB
JSON
{
"name": "victory-chart",
"version": "13.1.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",
"engines": {
"npm": ">=2.0.0"
},
"scripts": {
"postinstall": "cd lib || builder run npm:postinstall",
"preversion": "builder run npm:preversion",
"postversion": "builder run npm:postversion",
"postpublish": "builder run npm:postpublish",
"start": "builder run hot",
"test": "builder run check",
"benchmark": "builder run check-perf",
"version": "builder run npm:version"
},
"dependencies": {
"d3-voronoi": "^1.0.0",
"lodash": "^4.12.0",
"victory-core": "^9.1.1"
},
"devDependencies": {
"builder-victory-component-dev": "^3.1.0",
"chai": "^3.2.0",
"d3-scale": "^1.0.0",
"d3-shape": "^1.0.0",
"enzyme": "^2.3.0",
"mocha": "^2.2.5",
"react": "~15.1.0",
"react-addons-test-utils": "~15.1.0",
"react-dom": "~15.1.0",
"react-router": "^2.4.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"builder": "^3.1.0",
"builder-victory-component": "^3.1.0"
},
"publishr": {
"dependencies": [
"^builder"
],
"files": {
".npmignore": ".npmignore.publishr"
}
},
"_publishr": [
{
"created": true,
"path": ".npmignore"
},
{
"created": false,
"path": "package.json"
}
]
}