composer.json 320 B

123456789101112131415
  1. {
  2. "name": "drupal/webprofiler",
  3. "description": "Drupal Web Profiler.",
  4. "type": "drupal-module",
  5. "authors": [
  6. {
  7. "name": "Luca Lusso",
  8. "email": "lussoluca@gmail.com",
  9. "homepage": "https://github.com/lussoluca",
  10. "role": "Maintainer"
  11. }
  12. ],
  13. "license": "GPL-2.0+",
  14. "require": {}
  15. }