{
  "name": "passport-yandex-token",
  "version": "2.1.0",
  "description": "Passport strategy for authenticating with Yandex via OAuth2 access tokens",
  "main": "lib/index.js",
  "scripts": {
    "compile": "babel src --out-dir lib",
    "coveralls": "cat coverage/lcov.info | coveralls",
    "prepublish": "npm run compile",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "babel-node ./node_modules/.bin/isparta cover _mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ghaiklor/passport-yandex-token.git"
  },
  "keywords": [
    "passport",
    "yandex",
    "token",
    "auth",
    "authentication"
  ],
  "author": {
    "name": "Eugene Obrezkov",
    "email": "ghaiklor@gmail.com",
    "url": "https://github.com/ghaiklor"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ghaiklor/passport-yandex-token/issues"
  },
  "homepage": "https://github.com/ghaiklor/passport-yandex-token",
  "dependencies": {
    "passport-oauth": "1.0.0"
  },
  "devDependencies": {
    "babel-cli": "6.4.5",
    "babel-plugin-add-module-exports": "0.1.2",
    "babel-preset-es2015": "6.3.13",
    "chai": "3.4.1",
    "chai-passport-strategy": "0.2.0",
    "coveralls": "2.11.6",
    "cz-conventional-changelog": "1.1.5",
    "isparta": "4.0.0",
    "mocha": "2.4.2",
    "semantic-release": "4.3.5",
    "sinon": "1.17.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "tag": "latest"
  },
  "release": {
    "branch": "master"
  }
}