diff --git a/.gitignore b/.gitignore index ccb2c80..a9ad571 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -package-lock.json \ No newline at end of file +package-lock.json +.nova \ No newline at end of file diff --git a/HELP.md b/HELP.md new file mode 100644 index 0000000..d78187f --- /dev/null +++ b/HELP.md @@ -0,0 +1 @@ +# Companion Module Toggl Track diff --git a/README.md b/README.md index 2b33815..5837bac 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# companion-module-[replace with module name] +# companion-module-toggl-track See [HELP.md](./HELP.md) and [LICENSE](./LICENSE) \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..fdc6e3f --- /dev/null +++ b/package.json @@ -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" + } +}