-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 945 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 945 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
37
38
39
40
{
"name": "rssparser",
"version": "0.0.11",
"author": "Arjunkumar Krishnamoorthy",
"contributors": [
"Javier Scappini",
"Andrija Vucinic"
],
"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": {
"iconv": "^2.3.0",
"request": "^2.83.0",
"underscore": "^1.8.3",
"xml2js": "^0.4.19"
},
"devDependencies": {
"vows": "*"
},
"scripts": {
"test": "vows --spec"
},
"main": "./lib/feed.js",
"readme": "node-rssparser",
"readmeFilename": "README.md",
"_id": "rssparser@0.0.11",
"_from": "rssparser"
}