bytespider / jsOAuth

JavaScript implimentation of the OAuth protocol. Currently supports version 1.0 (RFC5849) of the specification. Node.js & CommonJS compatible.
http://bytespider.github.com/jsOAuth/
MIT License
557 stars 109 forks source link

Make package installable using bower #52

Open gauthierm opened 10 years ago

gauthierm commented 10 years ago

http://bower.io/

bytespider commented 10 years ago

Bower is really for frontend web site development. Do people use it for application development?

gauthierm commented 10 years ago

It's used in Cordova apps where the frontend is a trusted webview.

bytespider commented 10 years ago

The other problem here is that jsOAuth builds it's distribution. I think it would take a lot of effort to turn the repo into something installable as bower would install everything in the repo. Thats about 5mb