forked from ftlabs/screens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrunbook.json
27 lines (27 loc) · 1.2 KB
/
runbook.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
{
"schemaVersion": 1,
"name": "screens",
"purpose": "Digital signage solution for displaying webpages and controling them from a central server.",
"audience": "internal",
"primaryUrl": "http://ftlabs-screens.herokuapp.com/",
"serviceTier": "bronze",
"appVersion": "0.0.0",
"apiVersion": 1,
"apiVersions": [
{ "path": "/api", "supportStatus": "active" },
{ "path": "/screens", "supportStatus": "active" }
],
"dateCreated": "2015-11-02",
"contacts": [
{ "name":"FT Labs team", "email":"ftlabs@ft.com", "rel":"owner", "domain":"All support enquiries" }
],
"links": [
{"url": "https://github.com/ftlabs/screens", "category": "repo"},
{"url": "https://github.com/ftlabs/screens/issues", "category": "issues"},
{"url": "https://github.com/ftlabs/screens-viewer", "category": "repo"},
{"url": "https://github.com/ftlabs/screens-carousel", "category": "repo"},
{"url": "http://git.svc.ft.com/projects/LABSPROT/repos/electron-for-ftlabs-screens/browse", "category": "repo"},
{"url": "https://github.com/ftlabs/screens/blob/master/README.md", "category": "documentation", "description": "README"},
{"url": "http://labs.ft.com/2015/09/screens/", "category": "documentation", "description": "write up"}
]
}