30 lines
677 B
JSON
30 lines
677 B
JSON
{
|
|
"id": "toggl-track",
|
|
"name": "toggl-track",
|
|
"shortname": "toggl-track",
|
|
"description": "Companion module for toggltrack timers",
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"repository": "git+https://github.com/bitfocus/companion-module-toggl-track.git",
|
|
"bugs": "https://github.com/bitfocus/companion-module-toggl-track/issues",
|
|
"maintainers": [
|
|
{
|
|
"name": "Peter Daniel"
|
|
}
|
|
],
|
|
"legacyIds": [],
|
|
"runtime": {
|
|
"type": "node18",
|
|
"api": "nodejs-ipc",
|
|
"apiVersion": "0.0.0",
|
|
"entrypoint": "../index.js"
|
|
},
|
|
"manufacturer": "Toggl",
|
|
"products": [
|
|
"Track"
|
|
],
|
|
"keywords": [
|
|
"Logging", "Timer", "Task Tracking", "Time Tracking", "Project Management"
|
|
]
|
|
}
|