forked from iobroker-community-adapters/ioBroker.ical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.66 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "iobroker.ical",
"version": "1.11.4",
"description": "Allows read information from google calender and from iCal.",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"contributors": [
{
"name": "Apollon77",
"email": "ingo@fischer-ka.de"
},
{
"name": "twonky4",
"email": "twonky4@gmx.de"
},
{
"name": "jens-maus",
"email": "mail@jens-maus.de"
}
],
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.ical",
"readme": "https://github.com/iobroker-community-adapters/ioBroker.ical/blob/master/README.md",
"keywords": [
"ioBroker",
"calendar",
"iCal"
],
"repository": {
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.ical"
},
"dependencies": {
"@iobroker/adapter-core": "^2.5.1",
"cloneextend": "^0.0.3",
"node-ical": "^0.13.0",
"request": "^2.88.2",
"rrule": "^2.6.8"
},
"devDependencies": {
"@alcalzone/release-script": "^2.2.1",
"@iobroker/testing": "^2.5.2",
"axios": "^0.22.0",
"chai": "^4.3.4",
"chai-string": "^1.5.0",
"eslint": "^7.32.0",
"gulp": "^4.0.2",
"mocha": "^9.1.2"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.ical/issues"
},
"main": "main.js",
"scripts": {
"test:js": "mocha --opts test/mocha.custom.opts",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"lint": "eslint",
"release": "release-script"
},
"license": "MIT"
}