{
  "name": "passport-twitch-oauth",
  "version": "1.0.0",
  "description": "Passport strategy for authentication with Twitch",
  "keywords": ["passport", "strategy", "twitch", "auth", "oauth"],
  "author": "Matthew Gaunt <matthew@stormfoundry.co>",
  "license": "MIT",
  "main": "lib/index.js",
  "dependencies": {
    "passport-oauth2": "^1.2.0"
  }
}