{ "name": "rss", "version": "1.0.0", "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", "Victor Jonsson", "Danny Graham", "Patrick Garman ", "Fred Morstatter", "Eric Vantillard " ], "repository": { "type": "git", "url": "http://github.com/dylang/node-rss" }, "bugs": { "mail": "dylang@gmail.com", "url": "http://github.com/dylang/node-rss/issues" }, "dependencies": { "mime": "^1.2.11", "xml": "^1.0.0" }, "devDependencies": { "chai": "^1.9.1", "mocha": "^1.21.4", "q": "^1.0.0", "xml2js": "^0.4.1" }, "main": "lib/rss.js", "scripts": { "test": "mocha --reporter spec" }, "licenses": "MIT" }