cms/drupal/profiles/drustack/composer.json
changeset 541 e756a8c72c3d
child 570 cdf0cb7bf073
equal deleted inserted replaced
540:07239de796bb 541:e756a8c72c3d
       
     1 {
       
     2     "authors": [
       
     3         {
       
     4             "email": "hswong3i@pantarei-design.com",
       
     5             "homepage": "http://hswong3i.net",
       
     6             "name": "Wong Hoi Sing Edison"
       
     7         }
       
     8     ],
       
     9     "description": "Drustack is a starter Drupal distribution for developer.",
       
    10     "extra": {
       
    11         "branch-alias": {
       
    12             "dev-develop": "8.x-dev",
       
    13             "dev-master": "8.1.x-dev"
       
    14         }
       
    15     },
       
    16     "homepage": "https://drupal.org/project/drustack",
       
    17     "license": "GPL-2.0+",
       
    18     "minimum-stability": "dev",
       
    19     "name": "drupal/drustack",
       
    20     "prefer-stable": true,
       
    21     "repositories": [
       
    22         {
       
    23             "type": "composer",
       
    24             "url": "https://packages.drupal.org/7"
       
    25         }
       
    26     ],
       
    27     "suggest": {
       
    28         "drustack/framework-standard-edition": "The \"DruStack Standard Edition\" distribution"
       
    29     },
       
    30     "type": "drupal/profile"
       
    31 }