mirror of
https://github.com/seigler/neat-charts
synced 2025-07-26 00:56:08 +00:00
24 lines
517 B
JSON
24 lines
517 B
JSON
{
|
|
"name": "seigler/neat-charts",
|
|
"type": "library",
|
|
"description": "Generates clean-looking SVG charts",
|
|
"keywords": ["chart","charts","SVG"],
|
|
"homepage": "https://github.com/seigler/neat-charts",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Joshua Seigler",
|
|
"email": "joshua@seigler.net",
|
|
"homepage": "https://joshua.seigler.net/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0" : {
|
|
"NeatCharts\\" : "src"
|
|
}
|
|
}
|
|
}
|