-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 735 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 735 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
{
"name": "nodepie",
"description": "RSS/Atom parser for Node.JS",
"version": "0.7.0",
"author": "Andris Reinman",
"maintainers": [
{
"name": "andris",
"email": "andris@kreata.ee"
}
],
"homepage": "http://github.com/andris9/nodepie",
"repository": {
"type": "git",
"url": "http://github.com/andris9/nodepie.git"
},
"main": "./lib/nodepie",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/andris9/nodepie/blob/master/LICENSE"
}
],
"devDependencies": {
"nodeunit": "*"
},
"dependencies": {
"xml2json": "^0.9.0",
"fetch": "^0.3.6",
"he": "^0.5.0",
"encoding": "^0.1.11"
},
"keywords": [
"rss",
"feed",
"atom"
]
}