apnagent
Version:
Node adapter for Apple Push Notification (APN) service.
54 lines (53 loc) • 1.14 kB
JSON
{
"name": "apnagent",
"version": "1.1.3",
"description": "Node adapter for Apple Push Notification (APN) service.",
"author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)",
"license": "MIT",
"homepage": "http://apnagent.qualiancy.com",
"contributors": [
"Jake Luer <jake@qualiancy.com>"
],
"keywords": [
"apn",
"apple",
"push",
"notifications",
"ios",
"iphone",
"ipad"
],
"repository": {
"type": "git",
"url": "git@github.com:qualiancy/apnagent.git"
},
"bugs": {
"url": "https://github.com/qualiancy/apnagent/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"main": "./index",
"scripts": {
"test": "make test",
"serve": "serve -L -D --compress docs/out"
},
"dependencies": {
"breeze-async": "0.1.x",
"breeze-queue": "0.4.x",
"drip": "1.1.x",
"facet": "0.4.x",
"lotus": "~1.0.1",
"tea-error": "0.1.x",
"tea-extend": "0.2.x",
"tea-inherits": "0.1.x",
"tea-ms": "0.1.x",
"sherlock": "*"
},
"devDependencies": {
"chai": "*",
"chai-spies": "*",
"mocha": "*",
"serve": "^1.4.0"
}
}