From e59a7f63494f4183af1dcc85cc5922219646a355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Mendiara=20Ca=C3=B1ardo?= Date: Sat, 7 Jun 2014 18:07:01 +0200 Subject: [PATCH] ADD bower support --- README.md | 21 +++++++++++++++++++++ bower.json | 13 +++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 bower.json diff --git a/README.md b/README.md index d8a350a..e37ed86 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,27 @@ [![NPM](https://nodei.co/npm/oauth-signature.png?mini=true)](https://nodei.co/npm/oauth-signature/) +## Installation + +#### Install with `npm`: + +```shell +npm install oauth-signature +``` + +#### Install with `bower`: + +```shell +bower install oauth-signature +``` + +Add a ` +``` + + ## Usage To generate the OAuth signature call the following method: diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..50d2dc0 --- /dev/null +++ b/bower.json @@ -0,0 +1,13 @@ +{ + "name": "oauth-signature", + "version": "1.1.3", + "main": "dist/oauth-signature.js", + "ignore": [ + ".jshintrc", + ".gitignore", + ".travis.yml", + "Gruntfile.js", + "package.json", + "src/" + ] +} \ No newline at end of file