123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "drupal/search_api",
- "description": "Provides a generic framework for modules offering search capabilities.",
- "type": "drupal-module",
- "homepage": "https://www.drupal.org/project/search_api",
- "authors": [
- {
- "name": "Thomas Seidl",
- "homepage": "https://www.drupal.org/u/drunken-monkey"
- },
- {
- "name": "Nick Veenhof",
- "homepage": "https://www.drupal.org/u/nick_vh"
- },
- {
- "name": "See other contributors",
- "homepage":"https://www.drupal.org/node/790418/committers"
- }
- ],
- "support": {
- "issues": "https://www.drupal.org/project/issues/search_api",
- "irc": "irc://irc.freenode.org/drupal-search-api",
- "source": "http://git.drupal.org/project/search_api.git"
- },
- "license": "GPL-2.0+",
- "require-dev": {
- "drupal/search_api_autocomplete": "@dev"
- },
- "extra": {
- "drush": {
- "services": {
- "drush.services.yml": "^9"
- }
- }
- }
- }
|