-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.08 KB
/
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
44
45
46
47
48
{
"name": "wikichat-rss",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "supervisor index.js",
"postinstall": "mkdir -p cache",
"lint": "standard",
"add-to-systemd": "./scripts/add_to_systemd",
"update-toc": "doctoc README.md"
},
"author": "maxlath",
"license": "MIT",
"description": "generate a RSS feed from a WikiChat page ",
"dependencies": {
"add-to-systemd": "^1.2.0",
"cheerio": "^0.22.0",
"config": "^1.25.1",
"express": "^4.14.1",
"got": "^6.7.1",
"morgan": "^1.8.1",
"rss": "^1.2.2"
},
"devDependencies": {
"doctoc": "^1.2.0",
"git-hooks": "^1.1.8",
"standard": "^8.6.0",
"supervisor": "^0.12.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxlath/wikichat-rss.git"
},
"keywords": [
"wikidata",
"chat",
"rss",
"scrapping"
],
"bugs": {
"url": "https://github.com/maxlath/wikichat-rss/issues"
},
"homepage": "https://github.com/maxlath/wikichat-rss#readme"
}