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