{
  "name": "hapi-auth-facebook",
  "version": "1.0.1",
  "description": "Simple Facebook Authentication for Hapi.js Apps",
  "main": "lib/index.js",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "scripts": {
    "test": "PORT=8000 istanbul cover tape test/facebook.test.js",
    "start": "PORT=8000 nodemon index.js",
    "example": "PORT=8000 nodemon example/facebook_server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dwyl/hapi-auth-facebook.git"
  },
  "keywords": [
    "Facebook",
    "Auth",
    "Authentication",
    "Simple",
    "Easy",
    "Tested"
  ],
  "author": "@jackcarlisle + @des-des + @hdrdavies + @nelsonic @dwyl",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/dwyl/hapi-auth-facebook/issues"
  },
  "homepage": "https://github.com/dwyl/hapi-auth-facebook#readme",
  "devDependencies": {
    "env2": "^2.1.1",
    "hapi": "^14.1.0",
    "istanbul": "^0.4.1",
    "nock": "^8.0.0",
    "nodemon": "^1.10.0",
    "tape": "^4.6.0"
  },
  "dependencies": {}
}
