agdar/static/plugins/nvd3/composer.json
2025-11-02 14:35:35 +03:00

32 lines
503 B
JSON

{
"name": "novus/nvd3",
"description": "A reusable charting library written in d3.js",
"keywords": [
"nvd3",
"d3",
"chart",
"graph"
],
"homepage": "https://github.com/novus/nvd3",
"license": "Apache-2.0",
"authors": [
{
"name": "Bob Monteverde"
},
{
"name": "Tyler Wolf"
},
{
"name": "Robin Hu"
},
{
"name": "Frank Shao"
},
{
"name": "liquidpele"
}
],
"require": {
"mbostock/d3": "@stable"
}
}