pushd
Version:
Blazing fast multi-protocol mobile push notification service
57 lines (56 loc) • 1.37 kB
JSON
{
"author": "Olivier Poitrey <rs@dailymotion.com>",
"name": "pushd",
"description": "Blazing fast multi-protocol mobile push notification service",
"version": "1.6.5",
"homepage": "https://github.com/rs/pushd",
"keywords": ["push", "notification", "apns", "c2dm", "mpns", "ios", "android", "windows", "phone"],
"repository":
{
"type": "git",
"url": "git://github.com/rs/pushd.git"
},
"preferGlobal": "true",
"bin":
{
"pushd-server": "./server.js"
},
"directories":
{
"lib": "./lib"
},
"scripts":
{
"start": "sudo node server.js",
"test": "mocha --compilers coffee:coffee-script/register --reporter spec tests/*.coffee"
},
"engines":
{
"node": "~0.10.0"
},
"dependencies":
{
"coffee-script": "~1.8.0",
"apn": "1.6.2",
"c2dm": "1.2.1",
"node-gcm": "0.9.12",
"mpns": "2.1.0",
"async": "~0.2.5",
"express": "~3.16.8",
"body-parser": "~1.9.0",
"hiredis": "~0.1.17",
"redis": "~0.12.1",
"netmask": "~1.0.4",
"winston": "~0.7.3"
},
"devDependencies":
{
"mocha": "*",
"should": "*"
},
"licenses":
[{
"type": "MIT",
"url": "https://github.com/rs/pushd/raw/master/LICENSE"
}]
}