{
  "name": "passport-vkontakte",
  "version": "0.5.0",
  "description": "VK.com authentication strategy for Passport.",
  "author": {
    "name": "Jared Hanson",
    "email": "jaredhanson@gmail.com",
    "url": "http://www.jaredhanson.net/"
  },
  "contributors": [
    {
      "name": "Stepan Stolyarov",
      "email": "stepan.stolyarov@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/stevebest/passport-vkontakte.git"
  },
  "bugs": {
    "url": "http://github.com/stevebest/passport-vkontakte/issues"
  },
  "main": "./lib/index.js",
  "dependencies": {
    "pkginfo": "^0.4.0",
    "passport-oauth2": "^1.3.0"
  },
  "devDependencies": {
    "vows": "^0.7.0"
  },
  "scripts": {
    "test": "vows test/*-test.js"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "license": "MIT",
  "keywords": [
    "passport",
    "vkontakte",
    "vk",
    "вконтакте",
    "auth",
    "authn",
    "authentication",
    "identity"
  ]
}
