Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
acanimal committed Aug 16, 2015
1 parent 9315c67 commit fd2cdf3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ Hash-based Message Authentication Code (HMAC) implementation filter for Clyde AP
<!-- TOC depth:6 withLinks:1 updateOnSave:1 orderedList:0 -->

- [Installation](#installation)
- [HMAC Authentication Filter](#hmac-authentication-filter)
- [Configuration](#configuration)
- [Examples](#examples)
- [Securing a provider](#securing-a-provider)
- [Notes](#notes)
- [License](#license)

<!-- /TOC -->

## Installation

`npm install clydeio-hmac-auth --save`

## Configuration

Filter accepts the configuration properties:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"author": "Antonio Santiago <[email protected]> (http://acuriousanimal.com/blog)",
"author": "Antonio Santiago <[email protected]> (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"
],
"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": {
Expand Down

0 comments on commit fd2cdf3

Please sign in to comment.