You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvd3/bower.json

31 lines
518 B
JSON

{
"name": "nvd3",
"version": "1.1.12-beta",
"homepage": "http://www.nvd3.org",
"authors": [
"Bob Monteverde",
"Tyler Wolf",
"Robin Hu",
"Frank Shao"
],
"description": "Re-usable charts and chart components for d3.",
"main": "nv.d3.js",
"keywords": [
"d3",
"visualization",
"svg",
"charts"
],
"license": "Apache License, v2.0",
"dependencies": {
d3: "3.3.5"
}
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}