Files
turbo-rss/package.json
2014-09-26 18:42:48 -04:00

41 lines
999 B
JSON

{
"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 <dylang@gmail.com>",
"contributors": [
"Dylan Greene <dylang@gmail.com>",
"Xavier Damman <xdamman@gmail.com>",
"Michael R. Lange",
"Victor Jonsson",
"Danny Graham",
"Patrick Garman <contact@pmgarman.me>",
"Fred Morstatter",
"Eric Vantillard <eric.vantillard@evaxion.fr>"
],
"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"
}