{ "name": "passport-bitbucket-oauth2", "version": "0.1.2", "description": "Bitbucket OAuth2 authentication strategy for Passport.", "keywords": ["passport", "bitbucket", "auth", "authn", "authentication", "identity"], "repository": { "type": "git", "url": "git://github.com/bithound/passport-bitbucket-oauth2.git" }, "bugs": { "url": "http://github.com/bithound/passport-bitbucket-oauth2/issues" }, "author": { "name": "Gord Tanner", "email": "gtanner@gmail.com", "url": "http://bithound.io" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./lib/passport-bitbucket", "dependencies": { "pkginfo": "0.2.x", "passport-oauth2": "^1.1.2" }, "devDependencies": { "vows": "0.6.x" }, "scripts": { "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js" }, "engines": { "node": ">= 0.4.0" } }