When `mfw install somename` executed and package.json of the sometime contain: ``` 'mfw_extension': true, ``` package get installed into mfw/somename With `--save` option it should be saved into project package.json `extensions: {}` and installed on `mfw install` or `mfw update` command.