I have a Symfony2 project which uses composer, and I'd like to use this css framework in it : https://github.com/jlong/sass-twitter-bootstrap
Of course, there is no such project on packagist, because this is not a php project. How should I handle this dependency to my project? With composer? If yes, how? Has the package.json file in this project anything to do with composer?