UNPKG

553 BJSONView Raw
1{
2 "name": "mpns",
3 "description": "A Node.js interface to the Microsoft Push Notification Service (MPNS) for Windows Phone.",
4 "version": "1.1.2",
5 "author": "Jeff Wilcox <jeffwilcox+github@gmail.com>",
6 "contributors": [
7 { "name": "Jeff Wilcox", "email": "jeffwilcox+github@gmail.com" }
8 ],
9 "keywords": ["mpns", "notifications", "wp", "windows phone", "microsoft", "push", "push notifications"],
10 "repository": "git://github.com/jeffwilcox/mpns.git",
11 "main": "./lib/mpns.js",
12 "engines": { "node":">= 0.5.0 <= 0.9.0" }
13}