forked from phoenixlzx/planet.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 967 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
43
{
"name": "planet.js",
"version": "0.4.0",
"description": "river of news nodejs implementation",
"bin": {
"planet": "./bin/planet"
},
"main": "lib/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phoenixlzx/planet.js.git"
},
"keywords": [
"planet",
"rss",
"feed",
"aggregator",
"planet"
],
"author": "Phoenix Nemo <me@v9.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/phoenixlzx/planet.js/issues"
},
"homepage": "https://github.com/phoenixlzx/planet.js#readme",
"dependencies": {
"async": "^2.1.4",
"ejs": "^2.5.6",
"feedparser": "^2.1.0",
"fs-extra": "^2.0.0",
"iconv": "^2.2.1",
"js-yaml": "^3.8.1",
"minimist": "^1.2.0",
"moment": "^2.17.1",
"ncp": "^2.0.0",
"request": "^2.79.0",
"sanitize-html": "^1.14.1"
},
"preferGlobal": true
}