Commit cb37b00b authored by Neslee Canil Pinto's avatar Neslee Canil Pinto Committed by Neslee Canil Pinto
Browse files

Issue #3290914 by Neslee Canil Pinto: Add composer.json file for the module

parent 8963ece1
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+29 −0
Original line number Diff line number Diff line
{
  "name": "drupal/node_view_redirect",
  "description": "Implements a redirect from node view to a existing path for each content type.",
  "type": "drupal-module",
  "homepage": "https://www.drupal.org/project/node_view_redirect",
  "keywords": ["Drupal", "Theme"],
  "support": {
    "issues": "https://www.drupal.org/project/issues/node_view_redirect",
    "source": "https://git.drupalcode.org/project/node_view_redirect"
  },
  "license": "GPL-2.0-or-later",
  "minimum-stability": "dev",
  "prefer-stable": true,
  "authors": [
    {
      "name": "Juan Pablo Calvo López",
      "homepage": "https://www.drupal.org/u/juanpa615",
      "role": "Maintainer"
    },
    {
      "name": "Neslee Canil Pinto",
      "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
      "role": "Maintainer"
    }
  ],
  "require": {
    "drupal/core": "^8 || ^9 || ^10"
  }
}