composer.json 602 Bytes
{
  "name": "drupal/devel",
  "description": "Various blocks, pages, and functions for developers.",
  "type": "drupal-module",
  "homepage": "http://drupal.org/project/devel",
  "authors": [
    {
      "name": "Moshe Weitzman",
      "email": "weitzman@tejasa.com",
      "homepage": "https://github.com/weitzman",
      "role": "Maintainer"
    }
  ],
  "support": {
    "issues": "http://drupal.org/project/devel",
    "irc": "irc://irc.freenode.org/drupal-contribute",
    "source": "http://cgit.drupalcode.org/devel"
  },
  "license": "GPL-2.0+",
  "minimum-stability": "dev",
  "require": { }
}