Projet

Général

Profil

Paste
Télécharger (943 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / bootstrap / composer.json @ 1f623f01

1
{
2
  "name": "drupal/bootstrap",
3
  "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
4
  "type": "drupal-theme",
5
  "license": "GPL-2.0",
6
  "homepage": "http://drupal.org/project/bootstrap",
7
  "authors": [
8
    {
9
      "name": "Mark Carver (markcarver)",
10
      "homepage": "https://www.drupal.org/u/markcarver",
11
      "role": "Maintainer"
12
    },
13
    {
14
      "name": "John McCormick (neardark)",
15
      "homepage": "https://www.drupal.org/u/neardark",
16
      "role": "Co-maintainer"
17
    },
18
    {
19
      "name": "Fabiano Sant'Ana (wundo)",
20
      "homepage": "https://www.drupal.org/u/wundo",
21
      "role": "Co-maintainer"
22
    }
23
  ],
24
  "support": {
25
    "docs": "http://drupal-bootstrap.org",
26
    "issues": "https://www.drupal.org/project/issues/bootstrap",
27
    "irc": "irc://irc.freenode.org/drupal-bootstrap",
28
    "source": "http://cgit.drupalcode.org/bootstrap"
29
  }
30
}