{
   "drupal":{
      "all":{
      },
      "7.x":{
         "exclude":[
            "composer",
            "wordpress"
         ],
         "theme":{
            "files":[
               "gd.info",
               "screenshot.png",
               "template.php",
               "templates/"
            ]
         }
      },
      "8.x":{
         "exclude":[
            "wordpress"
         ],
         "theme":{
            "files":[
               "gd.info.yml",
               "gd.libraries.yml",
               "screenshot.png",
               "templates/"
            ]
         }
      }
   },
   "static":{
      "all":{
         "exclude":[
            "clear-cache",
            "aggregate",
            "get-files",
            "settings",
            "wordpress"
         ]
      }
   },
   "node":{
      "all":{
         "exclude":[
            "clear-cache",
            "aggregate",
            "get-files",
            "settings",
            "plugin",
            "composer",
            "wordpress"
         ],
         "root_folder":"./"
      }
   },
   "wordpress":{
      "all":{
         "exclude":[
            "clear-cache",
            "aggregate",
            "composer"
         ],
         "theme":{
            "plugins":[
               "drupal.js"
            ],
            "files":[
               "functions.php",
               "index.php",
               "footer.php",
               "header.php",
               "404.php",
               "style.css",
               "templates/",
               "functions/",
               "libs/"
            ]
         }
      }
   },
   "react-native":{
      "all":{
         "exclude":[
            "clear-cache",
            "aggregate",
            "get-files",
            "settings",
            "plugin",
            "composer",
            "wordpress"
         ],
         "root_folder":"app"
      }
   },
   "symfony":{
      "all":{
         "exclude":[
            "aggregate",
            "settings",
            "wordpress"
         ],
         "root_folder":"./"
      }
   },
   "prestashop":{
      "all":{
         "exclude":[
            "clear-cache",
            "aggregate",
            "settings",
            "composer",
            "wordpress"
         ]
      }
   },
   "default":{
      "root_folder":"web"
   }
}



