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,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"