Files
edlp_d8/sites/all/modules/contrib/admin/context/composer.json
T

22 lines
666 B
JSON

{
"name": "drupal/context",
"description": "Manage contextual conditions and reactions for different portions of your site.",
"keywords": ["Drupal", "context", "block", "visibility", "conditions"],
"type": "drupal-module",
"license": "MIT",
"homepage": "https://github.com/oddhill/context",
"authors": [
{
"name": "Christoffer Palm",
"email": "christoffer.palm@oddhill.se",
"homepage": "http://www.oddhill.se/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/oddhill/context/issues",
"source": "https://github.com/oddhill/context",
"docs": "https://github.com/oddhill/context"
}
}