UNPKG

rss-o-bot-desktop

Version:

A desktop notifier for RSS-o-Bot

28 lines (27 loc) 672 B
{ "name": "rss-o-bot-desktop", "version": "0.1.5", "description": "A desktop 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", "Desktop" ], "dependencies": { "node-notifier": "^4.6.0", "rxjs": "^5.0.2" }, "devDependencies": { "babel-core": "^6.9.1", "babel-preset-es2015": "^6.9.0", "watch": "^0.18.0" }, "author": "Kriegslustig <npm@ls7.ch>", "license": "MIT" }