Files
turbo-rss/package.json
2011-10-05 11:19:55 -04:00

32 lines
855 B
JSON

{
"name": "rss",
"version": "0.0.2",
"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>"
],
"repository":
{
"type": "git",
"url": "http://github.com/dylang/node-rss"
},
"bugs":
{
"mail": "dylang@gmail.com",
"web": "http://github.com/dylang/node-rss/issues"
},
"dependencies":
{
"xml": ">= 0.0.4",
"logging": ">= 2.0.0"
},
"main": "index.js",
"engines": { "node": ">=0.4.0" },
"licenses" :
[
{ "type" : "MIT", "url" : "http://github.com/dylang/node-rss/raw/master/LICENSE" }
]
}