composer.json 547 B

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