init
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
.nova
|
||||||
@@ -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
29
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user