From fd2cdf3324af419131d49e66ed2c6839c71074c1 Mon Sep 17 00:00:00 2001 From: acanimal Date: Sun, 16 Aug 2015 21:01:23 +0200 Subject: [PATCH] Updated package.json --- README.md | 6 ++++++ package.json | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c78de12..aa6c644 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,20 @@ Hash-based Message Authentication Code (HMAC) implementation filter for Clyde AP +- [Installation](#installation) - [HMAC Authentication Filter](#hmac-authentication-filter) - [Configuration](#configuration) - [Examples](#examples) - [Securing a provider](#securing-a-provider) - [Notes](#notes) - [License](#license) + +## Installation + +`npm install clydeio-hmac-auth --save` + ## Configuration Filter accepts the configuration properties: diff --git a/package.json b/package.json index b9bd303..de1d505 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "author": "Antonio Santiago (http://acuriousanimal.com/blog)", + "author": "Antonio Santiago (http://acuriousanimal.com)", "name": "clydeio-hmac-auth", - "homepage": "https://github.com/clydeio/clyde-hmac-auth", + "homepage": "https://github.com/clydeio/clydeio-hmac-auth", "description": "HMAC authentication filter for Clyde API gateway", "keywords": [ - "clyde", + "clydeio", "filter", "hmac", "authentication" @@ -12,7 +12,7 @@ "version": "0.1.1", "repository": { "type": "git", - "url": "https://github.com/clydeio/clyde-hmac-auth.git" + "url": "https://github.com/clydeio/clydeio-hmac-auth.git" }, "main": "./lib/index.js", "directories": {