forked from LeyluIAA/feed-read-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 856 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
33
34
35
36
37
38
39
40
41
42
{
"name": "feed-read-parser",
"version": "0.0.4",
"description": "a node ATOM and RSS feed parser",
"keywords": [
"atom",
"rss",
"feed",
"parser"
],
"homepage": "https://github.com/leyluiaa/feed-read-parser",
"bugs": {
"url": "https://github.com/leyluiaa/feed-read-parser/issues"
},
"author": {
"name": "leyluiaa",
"url": "http://leyluiaa.github.com/"
},
"main": "./index",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/leyluiaa/feed-read-parser.git"
},
"dependencies": {
"moment": "^2.13.0",
"request": "2.x.x",
"sax": "0.3.x",
"underscore": "1.x.x",
"iconv-lite": "^0.4.8",
},
"devDependencies": {
"should": "0.x.x",
"mocha": "0.x.x",
"connect": "1.x.x"
},
"engines": {
"node": ">=0.4.1"
}
}