Skip to content

Commit

Permalink
Updated package.json and README
Browse files Browse the repository at this point in the history
  • Loading branch information
auralon committed Dec 1, 2016
1 parent d7a1b05 commit ad01851
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
7 changes: 3 additions & 4 deletions README.md
@@ -1,9 +1,8 @@
# passport-http-bearer-base64

[![Build](https://travis-ci.org/jaredhanson/passport-http-bearer.png)](http://travis-ci.org/jaredhanson/passport-http-bearer-base64)
[![Coverage](https://coveralls.io/repos/jaredhanson/passport-http-bearer/badge.png)](https://coveralls.io/r/jaredhanson/passport-http-bearer-base64)
[![Dependencies](https://david-dm.org/jaredhanson/passport-http-bearer.png)](http://david-dm.org/jaredhanson/passport-http-bearer-base64)

[![Build](https://travis-ci.org/auralon/passport-http-bearer-base64.png)](http://travis-ci.org/auralon/passport-http-bearer-base64)
[![Coverage](https://coveralls.io/repos/github/auralon/passport-http-bearer-base64/badge.svg?branch=master)](https://coveralls.io/github/auralon/passport-http-bearer-base64?branch=master)
[![Dependencies](https://david-dm.org/auralon/passport-http-bearer-base64.png)](http://david-dm.org/auralon/passport-http-bearer-base64)

HTTP Bearer authentication strategy for [Passport](http://passportjs.org/).

Expand Down
17 changes: 9 additions & 8 deletions package.json
Expand Up @@ -23,11 +23,7 @@
"bugs": {
"url": "https://github.com/auralon/passport-http-bearer-base64/issues"
},
"author": {
"name": "Keith Hill",
"email": "keith@bluemantis.com",
"url": "https://www.bluemantis.com/"
},
"author": "Keith Hill <keith@bluemantis.com> (https://www.bluemantis.com/)",
"licenses": [
{
"type": "MIT",
Expand All @@ -47,16 +43,21 @@
"node": ">= 0.4.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
"test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js"
},
"testling": {
"browsers": [
"chrome/latest"
],
"harness" : "mocha",
"harness": "mocha",
"files": [
"test/bootstrap/testling.js",
"test/*.test.js"
]
}
},
"homepage": "https://github.com/auralon/passport-http-bearer-base64",
"directories": {
"test": "test"
},
"license": "MIT"
}

0 comments on commit ad01851

Please sign in to comment.