forked from dylang/node-rss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 897 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "rss",
"version": "0.0.6",
"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 <[email protected]>",
"contributors": [
"Dylan Greene <[email protected]>",
"Xavier Damman <[email protected]>",
"Michael R. Lange",
"thread <[email protected]>"
],
"repository":
{
"type": "git",
"url": "http://github.com/djthread/node-rss"
},
"bugs":
{
"mail": "[email protected]",
"url": "http://github.com/dylang/node-rss/issues"
},
"dependencies":
{
"xml": ">= 0.0.4"
},
"main": "lib/rss.js",
"engines": { "node": ">=0.4.0" },
"licenses" :
[
{ "type" : "MIT", "url" : "http://github.com/dylang/node-rss/raw/master/LICENSE" }
]
}