OBS widget that implements a countdown timer overlay for "Starting Soon..." style displays.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
346 B

{
"main": "countdown.js",
"scripts": {
"start": "node countdown.js"
},
"dependencies": {
"dotenv": "^16.0.1",
"express": "^4.18.1",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"numeral": "^2.0.6",
"pug": "^3.0.2",
"uikit": "^3.15.1"
},
"license": "Apache-2.0",
"author": "DTP Technologies, LLC"
}