mirror of
https://github.com/seigler/neat-charts
synced 2025-07-27 09:26:10 +00:00
added a license and other details
This commit is contained in:
parent
715e0c94ba
commit
da27fc818e
1 changed files with 21 additions and 5 deletions
|
@ -1,5 +1,21 @@
|
||||||
{
|
{
|
||||||
"name": "seigler/neat-charts",
|
"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": {
|
"autoload": {
|
||||||
"psr-0" : {
|
"psr-0" : {
|
||||||
"NeatCharts\\LineChart" : "src"
|
"NeatCharts\\LineChart" : "src"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue