UNPKG

passport-vkontakte-ng

Version:
49 lines (48 loc) 986 B
{ "name": "passport-vkontakte-ng", "version": "0.5.2", "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": "https://github.com/acheles-pub/passport-vkontakte" }, "bugs": { "url": "https://github.com/acheles-pub/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" ] }