How can I tell bower to install my dependencies from a custom file (say my-custom-deps.json)?
dir/
  --bower.json
  --my-custom-deps.json
  //other files and folders
There is no command like bower install --use-file my-custom-deps.json right?
Why?
I want to build the app with:
- An older version of a dependency
 - Latest version of that dependency
 
in my gulp task.