UNPKG

rss-watcher

Version:
50 lines (49 loc) 1.04 kB
{ "name": "rss-watcher", "version": "1.4.0", "description": "RSS reader/watcher", "main": "lib/watcher.js", "scripts": { "test": "grunt test" }, "bin": { "rss-watcher": "./bin/rss-watcher" }, "repository": { "type": "git", "url": "https://github.com/nikezono/node-rss-watcher.git" }, "dependencies": { "async": "~2.6.1", "colors": "~1.3.0", "commander": "~2.16.0", "moment": "~2.22.2", "parse-rss": "*" }, "devDependencies": { "coffee-errors": "^0.8.6", "coffee-script": "*", "coffeelint": "^2.1.0", "grunt": "^1.0.3", "grunt-cli": "^1.2.0", "grunt-coffeelint": "0.0.16", "grunt-contrib-watch": "^1.1.0", "grunt-mocha-test": "^0.13.3", "grunt-notify": "^0.4.5", "mocha": "^5.2.0", "underscore": "^1.6.0" }, "keywords": [ "rss", "atom", "reader", "watcher", "watch", "read" ], "author": "nikezono", "license": "MIT", "bugs": { "url": "https://github.com/nikezono/node-rss-watcher/issues" } }