base.json revision c435268191226e65bb484d0086c663ef8a4e785b
{
"base": {
"use": ["base-base", "base-pluginhost", "base-build"],
"submodules": {
"base-base": {
"requires": [
"attribute-base"
],
"after": [
"attribute-complex"
]
},
"base-build": {
"requires": [
"base-base"
]
},
"base-pluginhost": {
"requires": [
"base-base",
"pluginhost"
]
}
}
}
}