composer.json 473 B

123456789101112131415161718
  1. {
  2. "name": "drupal/webprofiler",
  3. "description": "Drupal Web Profiler.",
  4. "type": "drupal-module",
  5. "license": "GPL-2.0+",
  6. "require": {
  7. "oomphinc/composer-installers-extender" : "v1.1.*",
  8. "mbostock/d3": "v3.5.*",
  9. "components/highlightjs": "v9.5.*",
  10. "symfony/stopwatch": "2.4.*"
  11. },
  12. "extra": {
  13. "installer-types": ["library", "component"],
  14. "installer-paths": {
  15. "libraries/{$name}": ["mbostock/d3", "components/highlightjs"]
  16. }
  17. }
  18. }