mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 12:06:20 +00:00
36 lines
980 B
JSON
36 lines
980 B
JSON
{
|
|
"name": "rss",
|
|
"version": "0.2.1",
|
|
"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>"
|
|
],
|
|
"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",
|
|
"mime": ">= 1.2.9"
|
|
},
|
|
"main": "lib/rss.js",
|
|
"engines": { "node": ">=0.4.0" },
|
|
"licenses" :
|
|
[
|
|
{ "type" : "MIT", "url" : "http://github.com/dylang/node-rss/raw/master/LICENSE" }
|
|
]
|
|
} |