This commit is contained in:
peter
2022-02-25 19:07:50 +00:00
parent c380857e67
commit 7183045732
4 changed files with 33 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
node_modules/ node_modules/
package-lock.json package-lock.json
.nova

1
HELP.md Normal file
View File

@@ -0,0 +1 @@
# Companion Module Toggl Track

View File

@@ -1,2 +1,2 @@
# companion-module-[replace with module name] # companion-module-toggl-track
See [HELP.md](./HELP.md) and [LICENSE](./LICENSE) See [HELP.md](./HELP.md) and [LICENSE](./LICENSE)

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "toggl-track",
"version": "1.0.0",
"api_version": "1.0.0",
"keywords": [
"Timer",
"Logging"
],
"manufacturer": "Toggl",
"product": [
"Track"
],
"shortname": "toggl",
"description": "Companion module for TogglTrack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Peter Daniel",
"license": "MIT",
"homepage": "https://github.com/bitfocus/companion-module-toggl-trackr#readme",
"bugs": {
"url": "https://github.com/bitfocus/companion-module-toggl-track/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-toggl-track.git"
}
}