rss-o-bot-email
Version:
A email notifier for RSS-o-Bot
29 lines (28 loc) • 684 B
JSON
{
"name": "rss-o-bot-email",
"version": "0.1.3",
"description": "A email notifier for RSS-o-Bot",
"main": "dist/index.js",
"scripts": {
"build": "babel --presets babel-preset-es2015 src --out-dir dist",
"watch-build": "watch 'npm run build -- --source-maps' src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"RSS-o-Bot",
"Notifier",
"Email"
],
"dependencies": {
"debug": "^2.2.0",
"nodemailer": "^2.4.2",
"rx": "^4.1.0"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"watch": "^0.18.0"
},
"author": "Kriegslustig <npm@ls7.ch>",
"license": "MIT"
}