Installing non-bower-ready library with Bower
问题 I am using Bower (http://bower.io/) to manage my app's third-party libraries and now I want to use a library which doesn't have a registered bower package, namely jquery.cloudinary.js from Cloudinary (http://cloudinary.com). I would really love to include cloudinary amongst my bower-managed libraries because it really helps cloning my development environment when I need to. Is it possible to install any library available in the internet with Bower by just editing my bower.json file? If so,