node.js bower dependency installing: only deps or only devDeps

When I run:

bower install

bower reads through local bower.json file and installs all dependencies and devDependencies defined. Is there any possibility to install only one of them, e.g. install only dependencies for the production stage (without devDependencies)?