dragon commit
This commit is contained in:
commit
8451ba6e3d
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/packs/
|
||||||
|
/node_modules/
|
||||||
|
tmp/
|
||||||
|
.idea/
|
37
module.json
Normal file
37
module.json
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"id": "yet-another-timer",
|
||||||
|
"title": "Yet Another Timer",
|
||||||
|
"description": "A simple timer module",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Zlatko",
|
||||||
|
"email": "zlatko@zlatko.dev",
|
||||||
|
"url": "https://zlatko.dev"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version": "0.1.0",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": 12,
|
||||||
|
"verified": 12
|
||||||
|
},
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"lang": "en",
|
||||||
|
"name": "English",
|
||||||
|
"path": "lang/en.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "en",
|
||||||
|
"name": "English",
|
||||||
|
"path": "lang/en.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"lang": "en",
|
||||||
|
"name": "English",
|
||||||
|
"path": "lang/en.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"url": "https://zlatko.dev/projects/vtt-timer",
|
||||||
|
"manifest": "https://gitea.zlatko.dev/vtt/timer",
|
||||||
|
"download": "missing-url"
|
||||||
|
}
|
12
package.json
Normal file
12
package.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "@zladuric/timer",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "Zlatko Duric <zlatko@zlatko.dev> (https://zlatko.dev/)",
|
||||||
|
"license": "MIT",
|
||||||
|
"description": ""
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user