composer.json 666 B

123456789101112131415161718192021
  1. {
  2. "name": "drupal/context",
  3. "description": "Manage contextual conditions and reactions for different portions of your site.",
  4. "keywords": ["Drupal", "context", "block", "visibility", "conditions"],
  5. "type": "drupal-module",
  6. "license": "MIT",
  7. "homepage": "https://github.com/oddhill/context",
  8. "authors": [
  9. {
  10. "name": "Christoffer Palm",
  11. "email": "christoffer.palm@oddhill.se",
  12. "homepage": "http://www.oddhill.se/",
  13. "role": "Developer"
  14. }
  15. ],
  16. "support": {
  17. "issues": "https://github.com/oddhill/context/issues",
  18. "source": "https://github.com/oddhill/context",
  19. "docs": "https://github.com/oddhill/context"
  20. }
  21. }