{ "name": "rss", "version": "0.0.4", "description": "RSS feed generator. A really simple API to add RSS feeds to any project.", "homepage": "http://github.com/dylang/node-rss", "author": "Dylan Greene ", "contributors": [ "Dylan Greene ", "Xavier Damman ", "Michael R. Lange" ], "repository": { "type": "git", "url": "http://github.com/dylang/node-rss" }, "bugs": { "mail": "dylang@gmail.com", "url": "http://github.com/dylang/node-rss/issues" }, "dependencies": { "xml": ">= 0.0.4" }, "main": "lib/rss.js", "engines": { "node": ">=0.4.0" }, "licenses" : [ { "type" : "MIT", "url" : "http://github.com/dylang/node-rss/raw/master/LICENSE" } ] }