-
Notifications
You must be signed in to change notification settings - Fork 1
/
server.json
28 lines (28 loc) · 1.06 KB
/
server.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
{
"name": "Holidays",
"docs": "https://github.com/firstone/holidays-poly/blob/master/README.md",
"type": "python3",
"executable": "holidays_server.py",
"install": "install.sh",
"shortPoll": 15,
"longPoll": 60,
"description": "Maintains list of holidays and vacations",
"notice": "https://github.com/firstone/holidays-poly/blob/master/LICENSE",
"credits": [
{
"title": "Holidays",
"author": "FirstOne",
"source": "https://github.com/firstone/holidays-poly",
"license": "https://github.com/firstone/holidays-poly/blob/master/LICENSE",
"version": "0.1.6"
},
{
"title": "udi-poly-template-python: A Polyglot v2 Poly template",
"author": "James Milne (Einstein.42)",
"version": "2.0.0",
"date": "November 8, 2017",
"source": "https://github.com/Einstein42/udi-poly-template-python",
"license": "https://raw.githubusercontent.com/Einstein42/udi-poly-template-python/master/LICENSE"
}
]
}