26 lines
711 B
JSON
26 lines
711 B
JSON
{
|
|
"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": { },
|
|
"suggest": {
|
|
"symfony/var-dumper": "Pretty print complex values better with var-dumper available"
|
|
}
|
|
}
|