forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
29 lines
765 B
JSON
29 lines
765 B
JSON
{
|
|
"name": "drupal/blazy",
|
|
"description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
|
|
"keywords": ["bLazy", "lazyload", "Drupal"],
|
|
"type": "drupal-module",
|
|
"license": "GPL-2.0-or-later",
|
|
"homepage": "https://drupal.org/project/blazy",
|
|
"authors": [
|
|
{
|
|
"name": "Gaus Surahman",
|
|
"homepage": "https://www.drupal.org/u/gausarts",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://www.drupal.org/node/2663268/committers",
|
|
"role": "Contributor"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://drupal.org/project/issues/blazy",
|
|
"source": "https://git.drupalcode.org/project/blazy"
|
|
},
|
|
"require": { },
|
|
"conflict": {
|
|
"drupal/csp": "<1.12"
|
|
}
|
|
}
|