{ "name": "rss", "version": "1.0.1", "description": "RSS feed generator. Add RSS feeds to any project. Supports enclosures and GeoRSS.", "keywords": [ "rss", "xml", "atom", "podcasts", "ghost", "feed", "feed builder", "rss feed" ], "main": "lib/rss.js", "scripts": { "test": "grunt test" }, "homepage": "http://github.com/dylang/node-rss", "author": { "name": "Dylan Greene", "email": "dylang@gmail.com" }, "contributors": [ "Dylan Greene ", "Xavier Damman ", "Michael R. Lange", "Victor Jonsson", "Danny Graham", "Patrick Garman ", "Fred Morstatter", "Eric Vantillard ", "Jason Karns " ], "repository": { "type": "git", "url": "http://github.com/dylang/node-rss.git" }, "bugs": { "url": "http://github.com/dylang/node-rss/issues" }, "dependencies": { "mime": "^1.2.11", "xml": "^1.0.0" }, "devDependencies": { "chai": "^1.9.1", "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.10.0", "grunt-mocha-test": "^0.12.1", "grunt-release": "^0.9.0", "grunt-templates-dylang": "^1.0.0", "load-grunt-tasks": "^1.0.0", "mocha": "^2.0.1", "q": "^1.0.0", "time-grunt": "^1.0.0", "xml2js": "^0.4.1" }, "licenses": "MIT" }