notifier
Version:
A notifications module for node.js
40 lines (39 loc) • 846 B
JSON
{
"name": "notifier",
"version": "0.2.0",
"description": "A notifications module for node.js",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/nodeunit test/*.js"
},
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/madhums/node-notifier.git"
},
"keywords": [
"notifications",
"templates",
"email",
"push",
"notifications"
],
"dependencies": {
"@sendgrid/mail": "~6.3.1",
"lll": "0.0.3",
"node-parse-api": "0.3.x",
"postmark": "2.2.x",
"pug": "~2.0.3"
},
"devDependencies": {
"nodeunit": "latest",
"npm-check-updates": "~3.0.5"
},
"author": {
"name": "Madhusudhan Srinivasa",
"email": "madhums8@gmail.com"
},
"license": "MIT"
}