-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.01 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "rss-braider",
"version": "1.2.4",
"description": "Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.",
"main": "index.js",
"repository": "https://github.com/rv-kip/rss-braider",
"scripts": {
"test": "tape test"
},
"keywords": [
"rss",
"braider",
"combiner",
"aggregator",
"json",
"xml",
"feed",
"feeds",
"feed builder",
"syndicate",
"syndication",
"wordpress",
"blogs",
"distribution",
"podcasts",
"atom"
],
"bugs": {
"url": "http://github.com/rv-kip/rss-braider/issues",
"email": "[email protected]"
},
"author": "Kip Gebhardt <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"bunyan": "^1.8.12",
"feedparser": "^2.2.4",
"include-folder": "^1.0.0",
"lodash": "^4.17.10",
"request": "^2.87.0",
"rss": "^1.2.2"
},
"devDependencies": {
"mockdate": "^2.0.1",
"tape": "^4.9.1"
}
}