notificator
Version:
Library for handling custom notifications, emails, APS, GCM...
37 lines (36 loc) • 820 B
JSON
{
"name": "notificator",
"version": "0.4.10",
"description": "Library for handling custom notifications, emails, APS, GCM...",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakubknejzlik/node-notificator.git"
},
"keywords": [
"notifications",
"push",
"aps",
"apns",
"gcm"
],
"author": "Jakub Knejzlik",
"license": "MIT",
"bugs": {
"url": "https://github.com/jakubknejzlik/node-notificator/issues"
},
"homepage": "https://github.com/jakubknejzlik/node-notificator",
"dependencies": {
"apn": "^1.7.5",
"async": "^1.4.2",
"extend": "^3.0.0",
"node-gcm": "^0.12.0",
"nodemailer": "^1.8.0",
"q": "^1.4.1",
"swig": "^1.4.2",
"validator": "^4.1.0"
}
}