-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 752 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 752 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
{
"name": "rssspider",
"version": "1.4.3",
"author": "Liu Xing <[email protected]> (http://kissliux.github.io)",
"description": "The simplest way to use rssspide to fetch rss list and site info. Fetch post'content ,give clean view to you. ",
"email": "[email protected]",
"homepage": "https://github.com/shanelau/rssSpider",
"main": "index.js",
"repository": {},
"engines": {
"node": ">=0.12.x"
},
"sciprts": {
"test": "nodeunit test/index.js"
},
"dependencies": {
"bluebird": "^3.1.1",
"event-stream": "^3.3.2",
"feedparser": "^1.1.4",
"iconv-lite": "^0.4.13",
"lodash": "^3.10.1",
"request": "^2.67.0"
},
"devDependencies": {
"nodeunit": "^0.9.1"
},
"license": "BSD"
}