forked from ioBroker/ioBroker.fullcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.1 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
{
"name": "iobroker.fullcalendar",
"description": "This adapter allows planing with calendar.",
"version": "0.2.4",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"contributors": [
{
"name": "bluefox",
"email": "[email protected]"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.fullcalendar",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.fullcalendar"
},
"licenses": [
{
"type": "CC-BY-NC-4.0",
"url": "https://github.com/ioBroker/ioBroker.fullcalendar/blob/master/LICENSE"
}
],
"keywords": [
"ioBroker",
"fullcalendar",
"calendar",
"schedule"
],
"dependencies": {
"later": "^1.2.0",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-replace": "^1.0.1",
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.fullcalendar/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"license": "CC-BY-NC-4.0"
}