UNPKG

702 BJSONView Raw
1{
2 "name": "mpns",
3 "description": "A Node.js interface to the Microsoft Push Notification Service (MPNS) for Windows Phone.",
4 "version": "2.1.0",
5 "author": "Jeff Wilcox <jeffwilcox+github@gmail.com>",
6 "contributors": [
7 { "name": "Jeff Wilcox", "email": "jeffwilcox+github@gmail.com" },
8 { "name": "Yavor Georgiev" }
9 ],
10 "keywords": ["mpns", "notifications", "wp", "windows phone", "microsoft", "push", "push notifications"],
11 "repository": "git://github.com/jeffwilcox/mpns.git",
12 "main": "./lib/mpns.js",
13 "engines": { "node":">= 0.5.0" },
14 "scripts": {
15 "test": "mocha -u tdd --reporter spec test/*.js"
16 },
17 "devDependencies": {
18 "should": "*",
19 "mocha": "*"
20 }
21}