{
  "name": "passport-hawk",
  "version": "4.0.0",
  "description": "Passport strategy for the Hawk authentication schema.",
  "main": "lib/strategy.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jfromaniello/passport-hawk"
  },
  "keywords": [
    "hawk",
    "passport"
  ],
  "author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
  "license": "MIT",
  "dependencies": {
    "hawk": "^6.0.2",
    "passport": "^0.3.0",
    "xtend": "^4.0.1"
  },
  "devDependencies": {
    "mocha": "^2.3.3",
    "should": "^8.0.2"
  }
}
