added a license and other details

This commit is contained in:
Joshua Seigler 2016-06-29 10:00:34 -04:00
parent 715e0c94ba
commit da27fc818e

View file

@ -1,8 +1,24 @@
{
"name": "seigler/neat-charts",
"autoload": {
"psr-0" : {
"NeatCharts\\LineChart" : "src"
}
"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\\LineChart" : "src"
}
}
}