You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
{ |
|
"name": "drupal/devel_generate", |
|
"description": "Generate test users, nodes, menus, taxonomy terms...", |
|
"type": "drupal-module", |
|
"homepage": "http://drupal.org/project/devel", |
|
"authors": [ |
|
{ |
|
"name": "Moshe Weitzman", |
|
"email": "weitzman@tejasa.com", |
|
"homepage": "https://github.com/weitzman", |
|
"role": "Maintainer" |
|
}, |
|
{ |
|
"name": "Hans Salvisberg", |
|
"email": "drupal@salvisberg.com", |
|
"homepage": "https://www.drupal.org/u/salvis", |
|
"role": "Maintainer" |
|
}, |
|
{ |
|
"name": "Luca Lusso", |
|
"homepage": "https://www.drupal.org/u/lussoluca", |
|
"role": "Maintainer" |
|
}, |
|
{ |
|
"name": "Marco (willzyx)", |
|
"homepage": "https://www.drupal.org/u/willzyx", |
|
"role": "Maintainer" |
|
}, |
|
{ |
|
"name": "See contributors", |
|
"homepage": "https://www.drupal.org/node/3236/committers" |
|
} |
|
], |
|
"support": { |
|
"issues": "http://drupal.org/project/devel", |
|
"irc": "irc://irc.freenode.org/drupal-contribute", |
|
"source": "http://cgit.drupalcode.org/devel" |
|
}, |
|
"license": "GPL-2.0-or-later", |
|
"minimum-stability": "dev", |
|
"require": {}, |
|
"suggest": { |
|
"drupal/realistic_dummy_content": "Generate realistic demo content with Devel's devel_generate module." |
|
} |
|
}
|
|
|