forked from tk120404/node-rssparser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 868 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 868 Bytes
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
{
"name": "rssparser",
"version": "0.0.9",
"author": "Arjunkumar Krishnamoorthy",
"description": "rssparser is an all purpose RSS/ATOM feed parser that parses feeds into a JSON format.",
"keywords": [
"rss",
"atom",
"feed",
"parser",
"xml",
"encoded",
"json"
],
"repository": {
"type": "git",
"url": "https://github.com/tk120404/node-rssparser.git"
},
"dependencies": {
"xml2js": ">=0.2.0",
"request": ">=2.9.3",
"underscore": ">=1.3.3",
"iconv-lite": ">=0.4.4"
},
"devDependencies": {
"vows": "*"
},
"scripts": {
"test": "vows --spec"
},
"main": "./lib/feed.js",
"readme": "node-rssparser",
"readmeFilename": "README.md",
"_id": "rssparser@0.0.9",
"_from": "rssparser"
}