How to replace Bower with NPM when using ember-cli?

Hello.

Main use case. NPM can “freeze” dependencies, thus allowing to download exactly those when checking out emberjs code from git.

By default ember-cli though use Bower which do not have such feature. How can it be changed? (Any addons?)