forked from dylang/node-rss
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 855 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
{
"name": "rss",
"version": "0.0.3",
"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]>"
],
"repository":
{
"type": "git",
"url": "http://github.com/dylang/node-rss"
},
"bugs":
{
"mail": "[email protected]",
"url": "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" }
]
}