mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
first checkin
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "rss",
|
||||
"version": "0.0.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>"
|
||||
],
|
||||
"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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user