{
  "name": "mpns",
  "description": "A Node.js interface to the Microsoft Push Notification Service (MPNS) for Windows Phone.",
  "version": "2.1.3",
  "author": "Jeff Wilcox <jeffwilcox+github@gmail.com>",
  "contributors": [ 
    { "name": "Jeff Wilcox", "email": "jeffwilcox+github@gmail.com" },
    { "name": "Yavor Georgiev" }
  ],
  "keywords": ["mpns", "notifications", "wp", "windows phone", "microsoft", "push", "push notifications"],
  "repository": "git://github.com/jeffwilcox/mpns.git",
  "main": "./lib/mpns.js",
  "engines": { "node":">= 0.5.0" },
  "scripts": {
    "test": "mocha -u tdd --reporter spec test/*.js"
  },
  "license": "mit",
  "devDependencies": {
    "should": "*",
    "mocha": "*"
  }
}
