-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 962 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": "fes-calendar",
"description": "Queries the Friedrich-Ebert-Stiftung (FES) event calendar",
"version": "1.0.0",
"keywords": [
"fes",
"spd",
"germany",
"friedrich",
"ebert",
"stiftung"
],
"author": "Julius Tens <mail@juliustens.de>",
"homepage": "https://github.com/juliuste/fes-calendar",
"repository": "juliuste/fes-calendar",
"bugs": "https://github.com/juliuste/fes-calendar/issues",
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"got": "^9.0.0",
"he": "^1.1.1",
"iconv-lite": "^0.4.15",
"lodash.filter": "^4.6.0",
"lodash.merge": "^4.6.1",
"moment-timezone": "^0.5.11",
"to-markdown": "^3.0.3"
},
"devDependencies": {
"lodash.isdate": "^4.0.1",
"tape": "^4.9.1"
},
"scripts": {
"test": "node test.js",
"prepublishOnly": "npm test"
},
"engines": {
"node": ">=8"
},
"license": "ISC"
}