composer.json 547 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
{
    "name": "nnnick/chartjs",
    "type": "library",
    "description": "Simple HTML5 charts using the canvas element.",
    "keywords": [
        "chart",
        "js"
    ],
    "homepage": "http://www.chartjs.org/",
    "license": "MIT",
    "authors": [
        {
            "name": "NICK DOWNIE",
            "email": "hello@nickdownie.com"
        }
    ],
    "require": {
        "php": ">=5.3.3"
    },
    "minimum-stability": "stable",
    "extra": {
        "branch-alias": {
            "release/2.0": "v2.0-dev"
        }
    }
}