{
    "name": "scotthuangzl/yii2-google-chart",
    "description": "A wraper for google chart",
    "type": "yii2-extension",
    "keywords": ["scott huang","hzl","yii2","extension","google chart","widget"],
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "Scott Huang",
            "email": "zhiliang.huang@gmail.com"
        }
    ],
  "support": {
    "issues": "https://github.com/ScottHuangZL/yii2-google-chart/issues",
    "source": "https://github.com/ScottHuangZL/yii2-google-chart"
  },
    "minimum-stability": "dev",
    "require": {
        "yiisoft/yii2": "*"
    },
    "autoload": {
        "psr-4": {
            "scotthuangzl\\googlechart\\": ""
        }
    }
}
