bettiolo / oauth-signature-js

JavaScript OAuth 1.0a signature generator (RFC 5849) for node and the browser
https://www.npmjs.com/package/oauth-signature
BSD 3-Clause "New" or "Revised" License
232 stars 71 forks source link

In node, the dependencies should be loaded with with require #3

Closed bettiolo closed 10 years ago

bettiolo commented 10 years ago

In node use cryptojs and url parser dependencies with require instead of bundling them

bettiolo commented 10 years ago

this has been done