{
  "name": "passport-xing",
  "version": "0.1.5",
  "description": "Xing authentication strategy for Passport.",
  "author": { "name": "Pascal Bach", "email": "pascal.bach@nextrem.ch", "url": "http://pascal.nextrem.ch/" },
  "contributors": [ { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" } ],
  "repository": {
    "type": "git",
    "url": "git://github.com/pascal-bach/passport-xing.git"
  },
  "bugs": {
    "url": "http://github.com/pascal-bach/passport-xing/issues"
  },
  "main": "./lib/passport-xing",
  "dependencies": {
    "pkginfo": "0.3.x",
    "passport-oauth": "1.0.x"
  },
  "devDependencies": {
    "vows": "0.7.x"
  },
  "scripts": {
    "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
  },
  "engines": { "node": ">= 0.8.0" },
  "licenses": [ {
    "type": "MIT",
    "url": "http://www.opensource.org/licenses/MIT" 
  } ],
  "keywords": ["passport", "xing", "auth", "authn", "authentication", "identity"]
}
