v1/web/modules/contrib/eck/composer.json

21 lines
594 B
JSON

{
"name": "drupal/eck",
"description": "ECK (Entity Construction Kit) allows users to create and administer entity types, bundles and entities from the UI.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/eck",
"authors": [
{
"name": "See contributors",
"homepage": "https://www.drupal.org/node/1155832/committers"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/eck",
"source": "http://git.drupal.org/project/eck.git"
},
"license": "GPL-2.0-or-later",
"require": {
"drupal/core": "^9.4 || ^10"
}
}